Package detail

md5crypt

mes-studio10ISC1.0.0

md5crypt

md5, md5crypt

readme

md5crypt

Create password with md5crypt module.

const md5crypt = require('md5crypt');

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