secure-ls
secure-ls copied to clipboard
:lock: Secure localStorage data with high level of encryption and data compression
I assume each app instance has its own secureLS instance with its own salt, such that one SecureLS can't decrypt a token set by another SecureLS. I get that that...
Hi Varun Malhotra, do you have any planning to let secure-ls support sessionStorage?
## Add window or global to allow SSR compatibility This work aims to allow the use of this module in a server side rendered environment. This work does not enable...
Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...
Heya, i'm sorry if this is a stupid question, i'm no security expert. but if everything has to be two-way, then the secret has to be accessible for every attacker......
Looking for Firefox and Chromium support on Ubuntu Linux.
Hy, when i try to import in to my angular6 project: import SecureLS from 'secure-ls' but i receive this messages: ERROR in node_modules/secure-ls/dist/secure-ls.d.ts(12,21): error TS1122: A tuple type element list...
While encrypting the local storage using secure-ls, its running fine in Chrome, Firefox but the entire app is not showing when running with Edge.
any javascript Object doesn't save on local storage on mac devices only, but other device working finely
Reverts softvar/secure-ls#52