UNPKG

tenvoy

Version:

PGP, NaCl, and PBKDF2 in node.js and the browser (hashing, random, encryption, decryption, signatures, conversions), used by TogaTech.org

52 lines (51 loc) 1.15 kB
{ "name": "tenvoy", "version": "7.0.7", "description": "PGP, NaCl, and PBKDF2 in node.js and the browser (hashing, random, encryption, decryption, signatures, conversions), used by TogaTech.org", "main": "./node/tenvoy.js", "browser": { "./node/tenvoy.js": "./tenvoy.js", "./node/tenvoy.min.js": "./tenvoy.min.js" }, "scripts": { "test": "node ./node/tester.js" }, "repository": { "type": "git", "url": "git+https://github.com/TogaTech/tEnvoy.git" }, "keywords": [ "javascript", "hashing", "cryptography", "encryption", "pgp", "hash-functions", "hash", "md5", "pbkdf2", "nacl", "tweetnacl", "sha256", "signatures", "openpgp", "decryption", "signature-verification", "encryption-decryption", "md5-hash", "sha256-hash", "cryptographic-random-generator" ], "author": "TogaTech", "license": "LGPL-3.0+", "engines": { "node": ">= 10.0.0" }, "bugs": { "url": "https://github.com/TogaTech/tEnvoy/issues" }, "dependencies": { "asn1.js": "^5.0.0" }, "homepage": "https://github.com/TogaTech/tEnvoy#readme" }