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()
  
}

Package Sidebar

Install

npm i achim-salt

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • achimbaggins