Roland's homepage

My random knot in the Web

SHA256 in pure Python

date: 2015-08-03
modified: 2018-12-15
reading time: 1 min.
category: software
tags: python3

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


←  img4latex Attempting a conky replacement in Python (part 1)  →