Skip to content

mistydemeo/pysha256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

pysha256

A pure-Python sha256 implementation, derived from Thom Dixon's pysha2. It should be compatible with versions of Python 2.3 and newer. pysha2 can be used as a standalone script or as a Python module. (However, those interested in using it as a Python module should look at using pysha2 instead, which is more flexible.)

Usage

$ pysha2 path_to_file

Why?

I needed to calculate hashes on a system that only has Python 2.3 available, which doesn't include any way to calculate sha256 hashes builtin.

About

Pure-python sha256 script

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages