jscryptor-3
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -214,3 +214,3 @@ (function() { | ||
const decipher = crypto.createDecipheriv(_settings.algorithm, key, components.headers.iv) | ||
return Buffer.concat([decipher.update(components.cipher_text), decipher.final()]).toString() | ||
return Buffer.concat([decipher.update(components.cipher_text), decipher.final()]) | ||
}; | ||
@@ -217,0 +217,0 @@ |
{ | ||
"name": "jscryptor-3", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Javascript implementation of RNCryptor", | ||
@@ -5,0 +5,0 @@ "main": "index.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
55991