Crypto Lab
Hashes + HMAC + classic ciphers + modern encryption (client-side).
Hash / HMAC (WebCrypto)
MD5 is legacy and not available in browser WebCrypto. Blowfish also requires a library; AES-GCM below is the recommended modern option.
Classic ciphers (toy / learning)
Encryption (modern)
Encrypt output format: JSON with salt+iv+ciphertext (Base64). Keep it for decrypt.