21Kas
Asymmetric Encryption on User Data to Allow Unauthenticated Input
Normally I would want to develop an app that encrypts user’s data with symmetric encryption (AES 256) from a password based derived key (PBKDF2).
For a new project, I would like the users to be able to add data to their account without au…