Skip to content

ergonomica/package-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 

Repository files navigation

crypto

Crypto & Hashing algorithms for Ergonomica.

Installation (with epm)

Just run

epm install crypto

Installation (without epm)

Download crypto.py from this repository and place it in ~/.ergo/packages.

Usage

Hashing Files

To hash files using SHA-256, run

sha256 file1 file2,...

To hash files using MD5, run

md5 file1 file2,...

Hashing Strings

To hash strings using SHA256, run

sha256 string1 string2,...

To hash strings using MD5, run

md5 string1 string2,...

About

πŸ”’ Hashing and encryption algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages