evpkdf
library
Functions
-
EvpKDF({required dynamic password, required Uint8List salt, int keySize = 4, int ivSize = 0, int iterations = 1, String hasher = 'MD5'})
→ EvpKDFResult
-
Generates a key and an initialization vector (IV) with the given salt and password.