achim-salt

1.0.1 • Public • Published

How to use

This package designed to generate alphanumeric characters randomly, you can use this as secret key to hash your password. This package also designed to complete achim-crypto package. https://www.npmjs.com/package/achim-crypto

Install

>> npm i -S achim-salt

Example

const salt = require('achim-salt');

var register = (req, res) => {
  secretKey = salt()
  
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i achim-salt

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • achimbaggins