AjayDyavathi / SHA-1

Pure Python "basic" implementation of SHA-1 algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHA-1

Pure Python "basic" implementation of SHA-1 algorithm

SHA(Secured Hash Algorithm)1 is a hashing algorithm for computing the 'fingerprint' or 'message digest' with an output size of 160 bits. However, with the today's technology, it is easy to find collisions for SHA1.

About

Pure Python "basic" implementation of SHA-1 algorithm


Languages

Language:Python 100.0%