baszoetekouw / mkpasswd

create password hashes from the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mkpasswd

This is a simple command line utility to generate password hashes. It is similar to the mkpasswd utility that is distributed with whois, except that that old mkpassword utility can only generate hashes that are supported by your local libc. This is fine on any modern Linux, but on MacOS you're pretty screwed unless you feel inclined to use md5.

Therefore, I created this little utility that uses the excellent passlib library.

About

create password hashes from the command line

License:MIT License


Languages

Language:Python 100.0%