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

``` 'use strict'; // https://github.com/championswimmer/vuex-persist#readme import createPersistedState from 'vuex-persistedstate'; import SecureLS from 'secure-ls'; const encryptedLocalStorage = new SecureLS( { encodingType: 'aes', encryptionSecret: 'D#xsQ6>P(_)Wrw;A', isCompression: false, }, ); const plugins =...

Bumps [tar](https://github.com/npm/node-tar) from 4.4.4 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

- `vuex-persistedstate` version: 4.0.0 - `node` version: 14.17.0 - `npm` (or `yarn`) version: 6.14.13 - `secure-ls` version:1.2.6 - `vue` version: 3.0.0 - `vuex` version: 4.0.0 Relevant code or config ```javascript...

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

how to remove data when `encryptionSecret` change rather then throw off error I do test with default setting then later change the `encryptionSecret` unable to access my app till I...

Hello, I trying to build my project with quasar (vuejs) but i got those errors : `ERROR in .../node_modules/secure-ls/dist/secure-ls.d.ts(4,9): TS2305: Module '"../../@types/crypto-js"' has no exported member 'CipherHelper'.` `ERROR in /home/jer/leihia/leihia-vuejs/node_modules/secure-ls/dist/secure-ls.d.ts(4,23):...

Especially under this config: ```js new SecureLS({ encodingType: 'aes' }) ```

I am trying to use secure-ls to encrypt local data of my Parse Server Application in a react-native project. when typing the following two lines, I get the error "secure-ls...