password_hash_plus

Last updated:

0 purchases

password_hash_plus Image
password_hash_plus Images
Add to Cart

Description:

password hash plus

password_hash_plus #


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.
Preparing for use #
Version constraints #
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"
copied to clipboard
Usage: #
var generator = new PBKDF2();
var salt = Salt.generateAsBase64String();
var hash = generator.generateKey("mytopsecretpassword", salt, 1000, 32);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.