argon2 1.0.1 argon2: ^1.0.1 copied to clipboard
Pure Dart Argon2 algorithm (the winner of the Password Hash Competition 2015) for all Dart platforms (JS/Web, Flutter, VM/Native).
1.0.1 #
- Now using fixed
pointycastle
Blake2b
:- pointycastle: ^3.1.2
- https://github.com/bcgit/pc-dart/pull/108
- Removed
argon2_blake2b.dart
, not necessary anymore.
1.0.0-no-null-safety #
- Same as
v1.0.0
but without Null Safety and usingpointycastle v2.0.1
(also without Null Safety).
1.0.0 #
- Initial version converted from: