UNPKG

staticrypt-once

Version:

Fork of the main staticrypt package, adding passphrase storage in (in clear text) in either sessionStorage or localStorage.

40 lines (39 loc) 1.03 kB
{ "name": "staticrypt-once", "version": "1.0.1", "description": "Fork of the main staticrypt package, adding passphrase storage in (in clear text) in either sessionStorage or localStorage.", "main": "index.js", "bin": { "staticrypt-once": "./index.js" }, "dependencies": { "crypto-js": ">=3.1.9-1", "yargs": ">=10.0.3" }, "author": "Thomas Marr (https://github.com/thomasmarr)", "contributors": [ "Robin Moisson (https://github.com/RobinMoisson)", "Aaron Coplan (https://github.com/AaronCoplan)" ], "license": "MIT", "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/thomasmarr/staticrypt.git" }, "keywords": [ "static", "html", "password", "protected", "encrypted", "encryption" ], "bugs": { "url": "https://github.com/thomasmarr/staticrypt/issues" }, "homepage": "https://github.com/thomasmarr/staticrypt#readme" }