bip38-decrypt
Version:
Decrypt and Verify a Bip38 Encrypted Private Key
26 lines (25 loc) • 540 B
JSON
{
"name": "bip38-decrypt",
"version": "1.0.2",
"description": "Decrypt and Verify a Bip38 Encrypted Private Key",
"main": "lib/bip38-decrypt.js",
"git": "https://github.com/Colu-platform/bip38-decrypt.git",
"scripts": {
"test": "node test/test.js"
},
"keywords": [
"Bip38",
"Bitcoin",
"Verify",
"Decrypt",
"Crypto"
],
"author": "thehobbit85",
"license": "MIT",
"dependencies": {
"bip38": "^1.2.0",
"coinkey": "^1.3.0",
"coinstring": "^2.2.0",
"crypto-hashing": "^0.3.1"
}
}