An open API service indexing awesome lists of open source software.

https://github.com/szepeviktor/mkpasswd

Encrypt a password as crypt(3) libc function does: with salt and hashed
https://github.com/szepeviktor/mkpasswd

crypt encrypt hash md5 password

Last synced: 4 months ago
JSON representation

Encrypt a password as crypt(3) libc function does: with salt and hashed

Awesome Lists containing this project

README

          

# Mkpasswd in JavaScript

Build:
```bash
uglifyjs -c -m -comments -o fuszer.js crypto-js/src/core.js crypto-js/src/md5.js crypt-md5.js crypt-password.js
```