In my react application I'm using Redux Offline for offline features for persist the application data when offline. This package store data in browser local storage. I need to encrypt the data when storing to local storage. I got to know redux-persist-transform-encrypt is capable of this and it is work with redux-persist and this encryption can be implemented, but this encryption package in not directly work with Redux Offline but under the hood Redux Offline also build on top of redux-persist. Is it possible to config Redux Offline with redux-persist-transform-encrypt or any other possible approach for this?.
Asked
Active
Viewed 410 times