Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-cipher

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-cipher - npm Package Compare versions

Comparing version 2.4.3 to 2.4.4

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc