argon2
Pure Dart Argon2 algorithm (the winner of the Password Hash Competition 2015) for all Dart platforms (JS/Web, Flutter, VM/Native).
1.0.1
22K downloads/mo
#2110 most downloaded on pub.dev
gmpassos/argon2
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
3 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jun 2021 to Jun 2021Releases
latest 3-
1.0.118 Jun 2021Release notes
Open source →v1.0.1
- Now using fixed `pointycastle` `Blake2b`:
- pointycastle: ^3.1.2
- bcgit/pc-dart#108
- Removed `argon2_blake2b.dart`, not necessary anymore.Release notes
Open source →- Now using fixed
pointycastleBlake2b:- pointycastle: ^3.1.2
- https://github.com/bcgit/pc-dart/pull/108
- Removed
argon2_blake2b.dart, not necessary anymore.
- Now using fixed
-
1.0.017 Jun 2021Release notes
Open source →- Initial version converted from:
- https://github.com/bcgit/bc-java/blob/master/core/src/main/java/org/bouncycastle/crypto/generators/Argon2BytesGenerator.java
- Initial version converted from:
-
1.0.0-no-null-safety17 Jun 2021 pre-releaseRelease notes
Open source →- Same as
v1.0.0but without Null Safety and usingpointycastle v2.0.1(also without Null Safety).
- Same as