This scripts implements the Secure Hash Algorithm 1 (SHA1) algorithm, as defined in FIPS-180-4. Python 2 and Python 3 compatible.
This code is only intended for educational and recreational purposes, and should not be used in secure systems.
python SHA1.py <file> [<file> ...]
Copyright (c) 2014 Pablo Caro. All Rights Reserved.
Pablo Caro <me@pcaro.es> - http://pcaro.es/
See LICENSE file