
### Password Hasher
Python Password Hasher
[](https://git.zakscode.com/ztimson/password-hasher/tags)
[](https://git.zakscode.com/ztimson/password-hasher/pulls)
[](https://git.zakscode.com/ztimson/password-hasher/issues)
---
---
## Table of Contents
- [Password Hasher](#top)
- [About](#about)
- [Built With](#built-with)
- [Setup](#setup)
- [Production](#production)
- [License](#license)
## About
Python utility to hash passwords. Often when creating a user, a hashed password is needed. This cammond line utility can simply hash the password or multiple parameters can be passed to replicated. password, salt, hashing algorithm, pass+salt concatination order, and number of iterations can all be specified.
```
Usage: password_hash.py [OPTIONS]