From 6bafacf4f8a50eba9fb0d999c24c8881f12ed98f Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Tue, 10 May 2016 20:33:20 -0400 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4954728..45bbd3e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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. ### Authors - * [ZaksCode](http://zakscode.com) + * [Zak Timson](http://zakscode.com) ### License GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007. read LICENSE for more