-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I'm thinking of using this in the browser, as I've read in the documentation that it should be supported.
Basically I need to store some sensitive user data, but don't want the hassle of having to deal with the security side of it. It would be better just not having access or storing the unencrypted data at all in our backend/databases.
So I'm thinking of letting the user enter a key into the web app, then use client side javascript to deal with decryption of data. The key would be stored probably in localStorage, and on every new browser they connect from, they'd need to re-enter the key in order to be able to decrypt or update the sensitive data.
Does this sound feasible to implement using ciphersweet?
34r7h
Metadata
Metadata
Assignees
Labels
No labels