ujjwalguptaofficial / jsstore-encrypt

Encrypt your data when storing & decrypt when fetching in indexeddb
MIT License
3 stars 2 forks source link

Can we have example in react.js #7

Open shaangidwani opened 1 year ago

shaangidwani commented 1 year ago

Hi Again,

We are trying to implement encryption in JSSTORE Index DB database. We are trying to implement by typescript example but its failed to load the plugin.

Can you please share a small example of react.js for how to use it and which plugin needs to be install?

Currently, we have installed crypto-js plugin and JSSTORE-Encrypt plugin.

amXCVI commented 1 year ago

Hi I have the same problem. I have react + vite and cannot connect the jsstore-encrypt plugin.

message: "script import is not defined"
type: "import_scripts_failed"

I have been struggling with this problem for the second day. Maybe someone has encountered and there is a ready-made solution?