Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lpcodes/checksum-generator

This script imports the hashlib module in Python and defines a function get_cheksum that calculates the checksum (hash) of a file using different hash algorithms such as md5, sha256, sha1, sha224, and sha3_384.
https://github.com/lpcodes/checksum-generator

checksum generator md5-checksum python python3

Last synced: about 16 hours ago
JSON representation

This script imports the hashlib module in Python and defines a function get_cheksum that calculates the checksum (hash) of a file using different hash algorithms such as md5, sha256, sha1, sha224, and sha3_384.

Awesome Lists containing this project