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
- Host: GitHub
- URL: https://github.com/szepeviktor/mkpasswd
- Owner: szepeviktor
- Created: 2017-07-21T17:38:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T10:05:55.000Z (over 8 years ago)
- Last Synced: 2025-03-04T15:25:26.792Z (12 months ago)
- Topics: crypt, encrypt, hash, md5, password
- Language: JavaScript
- Homepage: https://szepeviktor.github.io/mkpasswd/fuszer.html
- Size: 398 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```