pbkdf2 library

Functions

PBKDF2({required Uint8List salt, required dynamic password, String hasher = 'SHA256', int iterations = 250000, int keySize = 4, int? blockLength}) Uint8List
This function generates a cryptographic password using the PBKDF2 (Password-Based Key Derivation Function 2) algorithm.