Rename snf-passtohash.py to hashpwd.py
[snf-image] / snf-image-helper / hashpwd.py
similarity index 92%
rename from snf-image-helper/snf-passtohash.py
rename to snf-image-helper/hashpwd.py
index 563563e..16114b0 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# Copyright (C) 2011 GRNET S.A.
+# Copyright (C) 2011, 2013 GRNET S.A.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,9 +19,8 @@
 
 """Generate a hash from a given password
 
-This program takes a password as an argument and
-returns to standard output a hash followed by a newline.
-To do this, it generates a random salt internally.
+This program takes a password as an argument and returns to standard output a
+hash followed by a newline.
 
 """