Comparing version 1.0.3 to 1.0.4
@@ -60,4 +60,5 @@ #!/usr/bin/env node | ||
const signature = sign.sign(crypto.createPrivateKey({key: privateKey, passphrase: answer || ''}), 'hex'); | ||
console.log(signature, signature.length / 2); | ||
console.log(signature); | ||
/* | ||
const publicKey = fs.readFileSync('id_rsa.pub'); | ||
@@ -68,3 +69,4 @@ const verify = crypto.createVerify('RSA-SHA256'); | ||
console.log(verify.verify(crypto.createPublicKey(publicKey), signature, 'hex')); | ||
*/ | ||
} | ||
{ | ||
"name": "decentus", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "decentus tools", | ||
@@ -5,0 +5,0 @@ "main": "decentus.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60
2644