CipherStation: Secure Dead-Drop Encryption & Classical Cipher Auto-Cracking - CS50x Final Project
CipherStation v0 đ is an all-in-one cryptographic tool that offers secure dead-drop encryption and the ability to automatically crack classical ciphers. This project was developed by Saadi Agha as part of the CS50x course.

CipherStation
18 views ⢠Jul 25, 2025

About this video
CipherStationâŻv0 đ â Secure DeadâDrop Encryption & AutoâCracking Classical Ciphers.
A CS50x Final Project by Saadi Agha.
WHAT IS IT? âĄ
⢠Allâinâone cryptography toolkit: modern AESâ256/ChaCha20 + classical cipher analysis
⢠âDeadâDropâ relay station: ticketâbased, 24âŻh selfâdestruct, no accounts, no logs
⢠Autoâdetects & cracks Caesar, Vigenère, ROT13, XOR, Atbash, Substitution, and more
⢠Dual interface: Flask web app + fullâpower CLI (progress bars, custom wordlists, modes)
KEY FEATURES đď¸
⢠Modern encryption: AESâ256âGCM, ChaCha20âPoly1305, Ed25519 signatures, X25519 ECDH
⢠Hybrid encryption (X25519 + HKDF + AEAD)
⢠Argon2id password KDF
⢠Multiâmetric cryptanalysis engine with confidence scoring
⢠Secure audit logging & key registry
⢠SQLiteâbacked deadâdrop with autoâcleanup
đ QUICK START
```bash
git clone
cd cipherstation && python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
# Launch web UI
cd relaystation && python app.py
# OR use the CLI
python cli_cracker.py âhelp
A CS50x Final Project by Saadi Agha.
WHAT IS IT? âĄ
⢠Allâinâone cryptography toolkit: modern AESâ256/ChaCha20 + classical cipher analysis
⢠âDeadâDropâ relay station: ticketâbased, 24âŻh selfâdestruct, no accounts, no logs
⢠Autoâdetects & cracks Caesar, Vigenère, ROT13, XOR, Atbash, Substitution, and more
⢠Dual interface: Flask web app + fullâpower CLI (progress bars, custom wordlists, modes)
KEY FEATURES đď¸
⢠Modern encryption: AESâ256âGCM, ChaCha20âPoly1305, Ed25519 signatures, X25519 ECDH
⢠Hybrid encryption (X25519 + HKDF + AEAD)
⢠Argon2id password KDF
⢠Multiâmetric cryptanalysis engine with confidence scoring
⢠Secure audit logging & key registry
⢠SQLiteâbacked deadâdrop with autoâcleanup
đ QUICK START
```bash
git clone
cd cipherstation && python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
# Launch web UI
cd relaystation && python app.py
# OR use the CLI
python cli_cracker.py âhelp
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
18
Likes
2
Duration
2:59
Published
Jul 25, 2025
Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.
Trending Now