Skip to content

Latest commit

Β 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages