redux-persist-transform-encrypt icon indicating copy to clipboard operation
redux-persist-transform-encrypt copied to clipboard

Encrypt your Redux store

Results 8 redux-persist-transform-encrypt issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/54756728/170919207-6193612a-648f-4614-bb4d-8fd4998f3acb.png) ![image](https://user-images.githubusercontent.com/54756728/170919373-fd960d9c-459d-43a5-a771-5d4d6a120aab.png) I tried to use this library to encrypted my persist storage, but when i run the app and check in the browser storage, the redux state didnt get...

needs repro

When using version 4.0.0 of this library there are errors when starting the app: `Error: redux-persist-transform-encrypt: Expected outbound state to be a string.` and `Error: Native crypto module could not...

On app load, I want to do the following: 1. Check expo-secure-store async for a previous stored encryption secret key 2. If it doesn't exist, create a random uuid and...

question

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

Asynchronous support was previously added in #5. However, it was never fully working properly, as `redux-persist` does not support asynchronous transforms. Support for asynchronous transforms is tracked by https://github.com/rt2zz/redux-persist/issues/303. Once...

enhancement
blocked upstream

I have tried to update the secret key. But no luck as the library returns error. > Error: Could not decrypt state. Please verify that you are using the correct...

enhancement

When decryption fails (which triggers the `onError` event handler) the data in the resulting store may not be formed as expected. The store will NOT be automatically reverted to `initialState`....

investigate :mag_right:

I am working on the performance issue for two weeks but end up found that this encryption is quite time consuming and will block the UI if the data is...

investigate :mag_right: