swift-crypto
swift-crypto copied to clipboard
Password based KDF
New API Proposal: Password based KDF
Motivation:
Currently no password based KDF is available. This is required for tasks like generating a AES key from a password.
Importance:
Without it, generating crypto keys from a password is not possible.