UUID Equality Logic Cracker: Brute-forcing AES-256-CBC

2025-04-15
UUID Equality Logic Cracker: Brute-forcing AES-256-CBC

A compact field-logical decryption toolkit brute-forces UUID-encrypted AES-256-CBC files using an equality-based initialization: xy = x / y. This demonstrates deterministic search within defined entropy spaces. A demo generates a UUID-encrypted file with a structured suffix. `uuid_demobreaker.py` then linearly scans UUID space, leveraging the equality as a logical 'ignition' – not a heuristic – to guide the search. The cracker doesn't guess, filter, or use probabilistic shortcuts; it defines and explores the search space directly.

Development