UNPKG

k9crypt

Version:

A special encryption algorithm created for K9Crypt.

37 lines (36 loc) 775 B
{ "name": "k9crypt", "version": "1.1.6", "description": "A special encryption algorithm created for K9Crypt.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "secure", "encryption", "k9crypt", "crypto", "crypto-js", "bcrypt", "decrypt" ], "author": "K9Crypt Team", "license": "MIT", "dependencies": { "bcrypt": "^6.0.0", "crypto-js": "^4.2.0", "lz4": "^0.6.5", "lzma-native": "^8.0.6", "node-forge": "^1.3.1", "xxhash": "^0.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/K9Crypt/module.git" }, "bugs": { "url": "https://github.com/K9Crypt/module/issues" }, "homepage": "https://k9crypt.xyz" }