Cryptography Toolkit

AES Encryption / Decryption

Symmetric block cipher. Use a strong passphrase or key.

DES Encryption / Decryption

⚠️ DES is considered insecure. For educational use only.

Triple DES Encryption / Decryption

3DES applies the DES cipher three times to each block.

RC4 Encryption / Decryption

⚠️ RC4 is considered insecure. For educational use only.

RSA Encryption / Decryption

Asymmetric cipher. Encrypt with public key, decrypt with private key.

ECDSA Sign / Verify

ECDSA is a signature algorithm — sign messages with a private key, verify with a public key.