UNPKG

secret-manager-crypto-utils

Version:

Small set of crypto utilities - ed25519 signatures, el-gamal encrpytion with AES-256-CBC, diffie-hellman and elGamal Secret sharing.

40 lines 1.1 kB
{ "name": "secret-manager-crypto-utils", "version": "0.3.1", "description": "Small set of crypto utilities - ed25519 signatures, el-gamal encrpytion with AES-256-CBC, diffie-hellman and elGamal Secret sharing.", "main": "index.js", "browser": "browser.js", "keywords": [ "ed25519", "curve25519", "encrpytion", "signature", "signing", "verification", "asymmetric-encryption", "symmetric-encryption", "crypto", "secret-manager", "utility", "diffie-hellman", "el-gamal" ], "author": "Lenard Frommelt lenard@frommelt.dev", "license": "CC0", "repository": { "type": "git", "url": "git+https://github.com/JhonnyJason/secret-manager-crypto-utils.git" }, "bugs": { "url": "https://github.com/JhonnyJason/secret-manager-crypto-utils/issues" }, "homepage": "https://github.com/JhonnyJason/secret-manager-crypto-utils-output#readme", "dependencies": { "@noble/ed25519": "^2.1.0", "thingy-byte-utils": "0.0.8" }, "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }