Hasher is a tool for generating password hashes which can be
used with tools such as
Ansible's user module
which requires hashed passwords for deployment. The problem? Many
of my users don't have the necessary tools such as mkpasswd
or python
to create the hashes. For this reason, Hasher
was born. To create a new password hash, enter the password in the form
to the right.
This tool currently supports the following password hash formats:
As an avid security advocate, I always recommend that users understand the code that they
are using.
For this reason, this application is 100% open-source to increase transparency and
encourage trust. The source code may be viewed in the appEngine
branch of the
Github repository.