1.0.0 • Published 7 years ago

md5crypt v1.0.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
7 years ago

md5crypt

Create password with md5crypt module.

const md5crypt = require('md5crypt');

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

7 years ago