cube attack black box
This commit is contained in:
@@ -48,10 +48,11 @@ Modes are:
|
||||
| 5. Variable XOR | XOR chosen bits inside a register and check the evolution during n steps |
|
||||
| 6. F31, F32 analysis | - |
|
||||
| 7. Exhaustive XOR search | XOR bits inside a register, returns the best combination (least number of monomials)|
|
||||
| 8. Cube attack search | offline part of the cube attack (a precomputed model can be used) |
|
||||
| 9. Precompute and save model | precompute n steps and save the model |
|
||||
| 10. Load model | load a saved model |
|
||||
| 8. Cube attack search (symbolic) | offline part of the cube attack (a precomputed model can be used) |
|
||||
| 9. Cube attack search (oracle) | offline part of the cube attack (uses TEA-3 cipher as an oracle) |
|
||||
| 10. Precompute and save model | precompute n steps and save the model |
|
||||
| 11. Load model | load a saved model |
|
||||
|
||||
|
||||
|
||||
n steps can be precomputed and then loaded for the offline part of the cube attack with the menu entries 9 and 10.
|
||||
n steps can be precomputed and then loaded for the offline part of the cube attack with the menu entries 10 and 11.
|
||||
|
||||
Reference in New Issue
Block a user