Socket
Socket
Sign inDemoInstall

argon2

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

argon2 - npm Package Compare versions

Comparing version 0.16.1 to 0.16.2

CODE_OF_CONDUCT.md

8

argon2/README.md

@@ -57,3 +57,3 @@ # Argon2

```
Usage: ./argon2 [-h] salt [-i|-d|-id] [-t iterations] [-m memory] [-p parallelism] [-l hash length] [-e|-r]
Usage: ./argon2 [-h] salt [-i|-d|-id] [-t iterations] [-m memory] [-p parallelism] [-l hash length] [-e|-r] [-v (10|13)]
Password is read from stdin

@@ -71,2 +71,3 @@ Parameters:

-r Output only the raw bytes of the hash
-v (10|13) Argon2 version (defaults to the most recent version, currently 13)
-h Print argon2 usage

@@ -260,2 +261,4 @@ ```

* [Python (ffi)](https://pypi.python.org/pypi/argon2_cffi), by [@hynek](https://github.com/hynek)
* [Python (ffi, with keyed hashing)](https://github.com/thusoy/porridge), by [@thusoy](https://github.com/thusoy)
* [R](https://cran.r-project.org/package=argon2) by [@wrathematics](https://github.com/wrathematics)
* [Ruby](https://github.com/technion/ruby-argon2) by [@technion](https://github.com/technion)

@@ -265,5 +268,6 @@ * [Rust](https://github.com/quininer/argon2-rs) by [@quininer](https://github.com/quininer)

* [Perl](https://github.com/Leont/crypt-argon2) by [@leont](https://github.com/Leont)
* [mruby](https://github.com/Asmod4n/mruby-argon2) by [@Asmod4n](https://github.com/Asmod4n)
## Test Suite
## Test suite

@@ -270,0 +274,0 @@ There are two sets of test suites. One is a low level test for the hash

{
"name": "argon2",
"version": "0.16.1",
"version": "0.16.2",
"description": "An Argon2 library for Node",

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

"benchmark": "node benchmark.js",
"clean": "node-gyp clean",
"clean": "node-gyp clean && rm -r .nyc_output",
"test": "tsc -p . && node test-d.js && standard && nyc --reporter=lcov ava"

@@ -36,4 +36,4 @@ },

"devDependencies": {
"@types/node": "^7.0.5",
"ava": "^0.19.1",
"@types/node": "^8.0.0",
"ava": "^0.22.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",

@@ -40,0 +40,0 @@ "mockery": "^2.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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