crypto icon indicating copy to clipboard operation
crypto copied to clipboard

Add option to pass salt as bytes (Uint8List) instead of String to PBKDF2

Open omarahmad293 opened this issue 5 years ago • 0 comments

I have the salt as bytes and it cannot be decoded to a string using utf8 decoders, and since the salt is eventually used as bytes it would be great to be able to pass bytes as is.

omarahmad293 avatar Jun 07 '20 01:06 omarahmad293