abuzar316 / redux-persist-state

Redux Persist State saves Redux data across reloads without web storage.
https://www.npmjs.com/package/redux-persist-state
MIT License
4 stars 3 forks source link

i was able to see the data when i refresh, so to make it more secure maybe use a crypto api by browser(specially AEC GCM model), #1

Open champagnekamal opened 1 month ago

champagnekamal commented 1 month ago

perist-abhuzr

Describe the solution you'd like i can see the data when page refresh so lets add a encryption to it. our browser have crypto API which is used to encrypt the data. but SubtleCrypto API in general is the best solution to do it. maybe lets add 1 more feature towards keeping our data safe.

abuzar316 commented 1 month ago

Thank you for raising the issue. You are working on it.