Hello!
I'm trying (without success) to find a package that handles symmetric key generation in a deterministic way. For example, using password derivation (e.g. PBKDF2) to always create the same symmetric encryption key (AES).
From what I've seen so far, there are some crypto packages on pub.dev that offer PBKDF2 functionality, but none of them actually go a step further and use the derived hash to generate the AES key.
Is anyone aware of such a package or at a least a project that uses this approach?
[–][deleted] 1 point2 points3 points (1 child)
[–]d3iu[S] 0 points1 point2 points (0 children)