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
A 96-bit nonce has an uncomfortably high likelyhood of collisions. We should instead use a long (256-bit) salt, and use the KDF to generate the nonce as well as the key.
The text was updated successfully, but these errors were encountered:
A 96-bit nonce has an uncomfortably high likelyhood of collisions. We should instead use a long (256-bit) salt, and use the KDF to generate the nonce as well as the key.
The text was updated successfully, but these errors were encountered: