Crypto Toolkit Pro

SHA-256

Linux: echo -n "text" | sha256sum

AES Encrypt/Decrypt

Linux: openssl enc -aes-256-cbc -in file -out file.enc

Base64

Linux: echo text | base64

Generators

Linux: uuidgen / openssl rand -base64 16