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

outdated

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.

password_hash_plus #

pub package

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

Implements PBKDF2 algorithm for securely hashing passwords.

Usage:

var generator = new PBKDF2();
var salt = Salt.generateAsBase64String();
var hash = generator.generateKey("mytopsecretpassword", salt, 1000, 32);
1
likes
0
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

License

unknown (LICENSE)

Dependencies

crypto

More

Packages that depend on password_hash_plus