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 6.0.5 to 6.1.0

lib/cipher.js

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('./lib/node-cipher');
module.exports = require('./lib/cipher');
{
"name": "node-cipher",
"version": "6.0.5",
"version": "6.1.0",
"description": "Securely encrypt sensitive files for use in public source control.",

@@ -37,3 +37,3 @@ "main": "index.js",

"lodash": "^4.0.0",
"validate": "^3.0.1",
"validator": "^4.6.1",
"yargs": "^3.32.0"

@@ -40,0 +40,0 @@ },

@@ -105,3 +105,3 @@ node-cipher [![Build Status](https://travis-ci.org/nathanbuchar/node-cipher.svg?branch=master)](https://travis-ci.org/nathanbuchar/node-cipher)

A string used in tandem with the password, byte length, digest, and iterations to derive the encryption key. This should be as unique as possible and it's recommended that salts are random and their lengths are greater than 16 bytes. **Hexes and Buffers not yet supported**. Default `nodecipher`
A string or buffer used in tandem with the password, byte length, digest, and iterations to derive the encryption key. This should be as unique as possible and it's recommended that salts are random and their lengths are greater than 16 bytes. Default `nodecipher`

@@ -108,0 +108,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