node-cipher
Advanced tools
Comparing version 2.4.3 to 2.4.4
{ | ||
"name": "node-cipher", | ||
"version": "2.4.3", | ||
"version": "2.4.4", | ||
"description": "Encrypt or decrypt sensitive files to allow use in public source control.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -101,6 +101,6 @@ # node-cipher | ||
--algorithm, -a The cipher algorithm that you will use to encrypt or decrypt your file. If | ||
you are decrypting a file, the encryption method must be the same as the | ||
one specified during encryption. By default, the encryption algorithm is | ||
set to `cast5-cbc`. Use `nodecipher list` to see a list of available | ||
cipher algorithms. (Optional; Default: cast5-cbc) | ||
you are decrypting a file, the chosen algorithm must be the same as the one | ||
specified during encryption. By default, the encryption algorithm is set to | ||
`cast5-cbc`. Use `nodecipher list` to see a list of available cipher | ||
algorithms. (Optional; Default: cast5-cbc) | ||
@@ -115,4 +115,2 @@ --help, -h Show the help menu. | ||
Encryption/Decryption API: | ||
```javascript | ||
@@ -162,3 +160,3 @@ import {encrypt, decrypt, list} from 'node-cipher'; | ||
|`password`|`string`|The encryption password. Unlike the command line interface, this MUST be specified.|Yes| | ||
|`algorithm`|`string`|The algorithm to use. Use `nodecipher list` to see a list of available cipher algorithms. Default: `cast5-cbc`|No| | ||
|`algorithm`|`string`|The algorithm to use. Use `$ nodecipher list` to see a list of available cipher algorithms. Default: `cast5-cbc`|No| | ||
@@ -165,0 +163,0 @@ |
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
15070
202