RandomX, CryptoNight, AstroBWT and Argon2 CPU/GPU miner
-
Updated
Jul 24, 2021 - C++
{{ message }}
RandomX, CryptoNight, AstroBWT and Argon2 CPU/GPU miner
High-level cryptography interface powered by libsodium
A production environment is triggering the exception "Error Message: TypeError: Cannot read property 'insertBefore' of null".
This seems to happen on the admin interface on the url: "/#/admin/questionnaires" in relation to $scope.triggerFieldDialog
The setup is using version 3.0.2
Go tool for managing Linux filesystem encryption
To check that all newtypes (SecretKeys, Poly1305, etc.) implement the correct traits, new testing functions are needed.
For example fn test_traits_secret_key<Secret: Debug + Drop + PartialEq>() {} could be used to check that a secret key implements the needed traits.
A very small, very simple, yet very secure cryptography utility.
First of all, thanks for this great tutorial! I learned a lot following along!
After going through the code several times, I'm wondering why we would need to explicitly encrypt/decrypt field values of our custom EncryptedField type before saving them in the database. Isn't that why we define our custom Ecto Types to begin with, so that we don't need to encrypt/decrypt values manually and expl
The pure-Rust password hashing library running on Argon2.
Password4j is a user-friendly cryptographic library that supports Argon2, Bcrypt, Scrypt, PBKDF2 and various cryptographic hash functions.
Fully managed .Net Core implementation of Argon2
Argon2 password hashing package for go with constant time hash comparison
A Java implementation of the Libsodium crypto library. For the lazy dev.
An Android implementation of the Libsodium cryptography library. For the lazy dev.
A simple, modern, and secure encryption tool.
PINkman is a library to help implementing an authentication by a PIN code in a secure manner. The library derives hash from the user's PIN using Argon2 function and stores it in an encrypted file. The file is encrypted with the AES-256 algorithm in the GCM mode and keys are stored in the AndroidKeystore.
An easy way for hashing and encryption.
Fluent Java API for Argon2 password hashing
The unique ultra-light wallet for Nano/Raiblocks with amazing features, written in Golang.
Secure password hashers for Go compatible with Django
Compilation currently doesn't work with Clang 9 as the host compiler. See further https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#system-requirements
Crystal wrapper for the libsodium crypto API
Add a description, image, and links to the argon2 topic page so that developers can more easily learn about it.
To associate your repository with the argon2 topic, visit your repo's landing page and select "manage topics."
Steps to reproduce
Expected behaviour
Argon computation is done succesfully.
It worked on version 0.27.2 and lower.
Actual behaviour