README
This util generates a crypt(3) compatible sha512 hash for things like apache, shadow files, and haproxy
To use:
npm i -g mkpasswd
mkpasswd
mkpasswd util for node, generates crypt(3) compatible hashes
<script type="module">
import mkpasswd from 'https://cdn.skypack.dev/mkpasswd';
</script>
This util generates a crypt(3) compatible sha512 hash for things like apache, shadow files, and haproxy
To use:
npm i -g mkpasswd
mkpasswd