md5crypt

1.0.0 • Public • Published

md5crypt

Create password with md5crypt module.

const md5crypt = require('md5crypt');
 
md5crypt('hello', function(password) {
    console.log(password);
});

Readme

Keywords

Package Sidebar

Install

npm i md5crypt

Weekly Downloads

6

Version

1.0.0

License

ISC

Last publish

Collaborators

  • mes_studio