From 385a6accf7de2ed375da7bf78138d41fc4ee737e Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Tue, 10 May 2016 15:21:43 -0400 Subject: [PATCH] Updated README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed8d692..217f99b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # password_hasher 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. -## help +### Authors + * [ZaksCode](http://zakscode.com) + +### License +GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007. read LICENSE for more + +### API ``` Usage: password_hash.py [options] PASSWORD @@ -15,3 +21,6 @@ Options: --hash=HASH hash algorithm to be used --hash-algorithms display available hash algorithms and exit ``` + +### Bug Reporting +Please submit bugs to the github * [issue tracker](https://github.com/zaktimson/password_hasher/issues)