Cipher Lab
Experiment with evolutionary encryption layers.
Show Internal Path Visualization
Stego Lab
Covert transport via image metadata and LSB modification.
Extraction
Analysis Lab
Test the strength and patterns of each version.
Avalanche Test
Measures how a 1-bit change in key affects the output.
Frequency Distribution
Visualizes symbol recurrence patterns.
About QDC
Quadrant Drift Cipher Family
QDC is a path-based encryption algorithm designed for educational purposes. It illustrates the progression from simple encoding to complex, chained encryption.
- v1: Simple path mapping. Very high leakage.
- v1.1: Introduces whitening to destroy frequency patterns.
- v2: Advanced nonlinearity and chaining. Resists replay attacks and provides avalanche effects.
WARNING: This lab is for educational use only. None of these algorithms are cryptographically
secure. Use AES or Libsodium for real-world production security.