secure-ls
:lock: Secure localStorage data with high level of encryption and data compression
File Explorer
Download Latest Version (.zip)- test.yml
- FUNDING.yml
- commit-msg
- pre-commit
- pre-push
- secure-ls.js
- secure-ls.js.map
- secure-ls.min.js
- secure-ls.min.js.map
- screenlog.min.js
- aes-compressed-realm.js
- aes-compressed.js
- aes-uncompressed.js
- base64-compressed.js
- custom-storage.js
- des-compressed.js
- des-uncompressed.js
- index.html
- only-base64.js
- only-compressed.js
- rabbit-compressed.js
- rabbit-uncompressed.js
- rc4-compressed.js
- rc4-uncompressed.js
- sessionStorage.js
- standard.js
- Base64.js
- constants.js
- enc-utf8.js
- index.js
- SecureLS.js
- utils.js
- WordArray.js
- ls.js
- basic.test.js
- functional.test.js
- localStorage.test.js
- ls-data-compression.test.js
- ls-data-enc-dec.test.js
- standard.test.js
- utils.test.js
- secure-ls.d.ts
- .eslintrc
- .gitignore
- .npmignore
- .prettierrc
- babel.config.js
- ci-package.json
- CODE_OF_CONDUCT.md
- commitlint.config.js
- CONTRIBUTING.md
- eslint.config.mjs
- jest.config.js
- LICENSE
- package-lock.json
- package.json
- README.md
- screenshot.png
- webpack.config.js
- yarn.lock
π Installation Guide
1. Get the code
git clone https://github.com/softvar/secure-ls
Downloads the entire project code from GitHub to your computer.
cd secure-ls
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install secure-ls
Downloads and installs the libraries listed in package.json.
yarn add secure-ls
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
