password_hash_plus 4.0.0 copy "password_hash_plus: ^4.0.0" to clipboard
password_hash_plus: ^4.0.0 copied to clipboard

PBKDF2 password hashing utility. This plugin is a null-safety version of password_hash, you can use it if you need Flutter 2.x and above.

4.0.0 #

  • Migrate to Dart 2.17.0, drop supports for previous Dart versions.
  • Migrate to Flutter 3, drop supports for previous Flutter versions.

3.0.3 #

  • Add export 'package:crypto/crypto.dart'; to lib/password_hash_plus.dart

3.0.2 #

  • Add more detail to the description field of pubspec.yaml.
  • Improve score.

3.0.1 #

  • Realize function.

3.0.0 #

  • Migrate to non-nullable by default.
1
likes
130
pub points
79%
popularity

Publisher

unverified uploader

PBKDF2 password hashing utility. This plugin is a null-safety version of password_hash, you can use it if you need Flutter 2.x and above.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

crypto

More

Packages that depend on password_hash_plus