Show HN: AES-256 brute force using structured logic (UUIDs and xy = x/y rule)
a year ago
- #UUID
- #AES-256-CBC
- #encryption
- A compact toolkit for brute-force cracking of UUID-encrypted AES-256-CBC files using logic-based initialization.
- Demonstrates deterministic search behavior within defined entropy spaces using the principle xy = x / y.
- Requires Python 3.x and pycryptodome for operation.
- Includes demo files for generating and cracking UUID-encrypted files with structured suffixes.
- uuid_demo_kit.py encrypts messages with UUIDs based on numeric suffixes.
- uuid_demobreaker.py scans UUID space linearly from index 0 to 1 million (adjustable).
- The system explores UUID space without guessing, filtering, or probabilistic shortcuts.
- Field ignition principle defines the search terrain rather than guiding the search.