UNPKG

k9crypt

Version:

A special encryption algorithm created for K9Crypt.

34 lines (33 loc) 703 B
{ "name": "k9crypt", "version": "1.1.8", "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": { "argon2": "^0.44.0", "crypto-js": "^4.2.0", "lzma-native": "^8.0.6" }, "repository": { "type": "git", "url": "git+https://github.com/K9Crypt/module.git" }, "bugs": { "url": "https://github.com/K9Crypt/module/issues" }, "homepage": "https://k9crypt.xyz" }