Crypto & Hashing algorithms for Ergonomica.
Just run
epm install crypto
Download crypto.py
from this repository and place it in ~/.ergo/packages
.
To hash files using SHA-256, run
sha256 file1 file2,...
To hash files using MD5, run
md5 file1 file2,...
To hash strings using SHA256, run
sha256 string1 string2,...
To hash strings using MD5, run
md5 string1 string2,...