SHA256 in pure Python
This is a python implementation of the SHA256 command-line program, for operating systems that lack it.
Its options and output are based on the version available in FreeBSD. But of
all the options available in the FreeBSD version it currently only supports
the -c
option.
The sha256.py script can be found on github.
For comments, please send me an e-mail.
Related articles
- Profiling Python scripts(6): auto-orient
- Profiling with pyinstrument
- From python script to executable with cython
- On Python speed
- Python 3.11 speed comparison with 3.9