You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current $key parameter is overloaded as either passphrase or key material. Password-based encryption should have its own API and should use Argon2id with envelope-stored metadata.
Parent: #19
Problem
The current
$keyparameter is overloaded as either passphrase or key material. Password-based encryption should have its own API and should use Argon2id with envelope-stored metadata.Tasks
encryptWithPassword()APIdecryptWithPassword()API