redux-persist-transform-encrypt
redux-persist-transform-encrypt copied to clipboard
Encrypt your Redux store
  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...
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...
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,...
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...
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...
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`....
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...