Revision 6a95db10 snf-image-helper/snf-passtohash.py

b/snf-image-helper/snf-passtohash.py
2 2
#
3 3
# Copyright (c) 2011 Greek Research and Technology Network
4 4
#
5
"""Generate a Hash from a given Password 
5
"""Generate a hash from a given password
6 6

  
7
This program takes a Password as an argument and
7
This program takes a password as an argument and
8 8
returns to standard output a hash followed by a newline.
9
To do this, it generates internally a random salt.
9
To do this, it generates a random salt internally.
10 10

  
11 11
"""
12 12

  

Also available in: Unified diff