Cybersecurity Toolkit  ·  v1.0  ·  Client-Side Only
Password Generator
Password Strength Analyzer
8+ characters
Contains uppercase
Contains lowercase
Contains numbers
Contains symbols
16+ characters (excellent)
No repeated patterns
Hash Generator (Web Crypto API)

All hashing is done in your browser using the Web Crypto API. Nothing leaves your device.

Caesar & Vigenère Cipher
Base64 Encoder / Decoder
AES-256-GCM Encryption (Web Crypto API)

🛡 AES-256-GCM with random IV. Output is Base64-encoded (IV prepended). Nothing leaves your browser.

DES Encryption (Pure JS — Educational)
⚠ DES uses a 56-bit key and is cryptographically broken. This tool is for learning only — do not use DES for real security.
0 / 8 chars

Encrypt outputs hex. Decrypt expects hex input. Padding: PKCS7.