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

argon2-pass

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

argon2-pass - npm Package Versions

1

0.1.0

Diff

Changelog

Source

0.1.0 - 2018-09-06

Added

  • Added constants for all recommended, minium, maxium and default configuration values.
  • Added get functions for the currently configured memory limit and operations limit.
  • Added a custom error class SecurePassOptionsError that is thrown if an error occurs during options validation.
  • Added hashPassword() function, the function takes a password in as a buffer and provides the hashed output. The function can work with any of the following return methods; async/await, promise or callback.
  • Added VerificationResult enumeration to serve as the response to the hash verification function.
  • Added verifyHash() function, the function takes a password and a hash as buffers and provides a VerificationResult as an output. The function can work with any of the following return methods; async/await, promise or callback.
<!-- Links -->
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