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