UNPKG
mkpasswd
Version:
latest (1.0.0)
1.0.0
mkpasswd util for node, generates crypt(3) compatible hashes
github.com/nlf/mkpasswd
nlf/mkpasswd
mkpasswd
/
README.md
9 lines
(6 loc)
•
149 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
This util generates a
crypt
(
3
) compatible sha512 hash
for
things like apache, shadow files,
and
haproxy To
use
:
``
` npm i -g mkpasswd mkpasswd `
``