-
Updated
Oct 18, 2020 - C++
argon2
Here are 144 public repositories matching this topic...
-
Updated
Sep 2, 2020 - PHP
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
-
Updated
Oct 15, 2020 - Go
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.
-
Updated
Oct 30, 2019 - Rust
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
-
Updated
Sep 5, 2018 - Go
-
Updated
Oct 5, 2020 - Java
-
Updated
Oct 2, 2020 - C#
-
Updated
Jul 11, 2020 - Java
-
Updated
Sep 5, 2019 - C
-
Updated
Oct 13, 2020 - Java
-
Updated
Mar 3, 2020 - Go
-
Updated
Apr 3, 2020 - Go
-
Updated
Feb 22, 2018 - HTML
-
Updated
Dec 3, 2019 - Go
-
Updated
Aug 28, 2020 - C#
Improve this page
Add a description, image, and links to the argon2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the argon2 topic, visit your repo's landing page and select "manage topics."
Hi, I was upgrading my dependencies and saw this module was updated. Since it's
v0.xthere could be breaking changes with updates - so I went to the Releases tab to look for a changelog, but there's none forv0.24.0.I see now that you just removed the minimum memory limit, but would you mind adding a changelog to avoid confusion? It's a bit worrying when I don't know what's changed - espec