mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-25 16:00:12 +00:00
306 B
306 B
These deBruijn files are a more efficient way to brute force every combination of a code by overlapping sequences.
For example, if a key is 2 bits, instead of sending 00, 01, 10, 11 to try every combination, you can send 00110.