secure-ls icon indicating copy to clipboard operation
secure-ls copied to clipboard

:lock: Secure localStorage data with high level of encryption and data compression

Results 40 secure-ls issues
Sort by recently updated
recently updated
newest added

@softvar I forgot to pull your changes before. You might need to update the builds again. I did not update the version, because you might want to fix things first...

When using encryptionNamespace, removeAll() removes the default metaKey (from utils.metaKey) instead of the namespace metaKey from getMetaKey()

- Actual behavior: If a user wants to switch from a unencrypted localStorage to secure-ls, he/she has to rewrite most of the current storage method calls as secure-ls uses different...

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.1 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator 910e62b Mark version 5.7.3 3442a80 Make generate-identifier-regex capable of rewriting...

dependencies

Not highest priority, but it would be nice if we could choose our own `_secure_ls_metadata` to cover up bit more. encryptionNamespace just add another string to "_secure_ls_metadata"

Bumps [eslint](https://github.com/eslint/eslint) from 1.7.2 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...

dependencies

Adding support for a different storage type like sessionStorage or a custom solution might be useful. I made and tested the changes in a fork, PR coming soon.

https://github.com/softvar/secure-ls/blob/b318562e3dc5726ae8c3295883a302e7bbca2796/src/utils.js#L69 Why in god's name is it necessary to store the encryptionSecret unencrypted?

It look like firefox can't process the secure ls. On shutdow browser and relaod the store wont react. I have to remove de storage before it wil load again. In...