UNPKG

hashon

Version:

Encrypt, decrypt and hash JSON data with AES and SHA — made for secure local files and syncing.

35 lines 796 B
{ "name": "hashon", "version": "2.2.8", "description": "Encrypt, decrypt and hash JSON data with AES and SHA — made for secure local files and syncing.", "main": "hashon.js", "bin": { "hashon": "./bin/hashon-cli.js" }, "scripts": { "test": "echo \"No tests yet – but pull requests are welcome.\" && exit 0", "version-status": "node versionStatus.js", "postinstall": "npm run version-status && node postinstall.js" }, "keywords": [ "json", "encrypt", "hash", "secure", "crypto", "aes", "sha512", "local", "data", "filesystem" ], "author": { "name": "Felix Lind", "url": "https://github.com/FelixLind1" }, "license": "MIT", "dependencies": { "latest-version": "^9.0.0", "semver": "^7.7.2" } }