CSS-cipher/README.md

15 lines
399 B
Markdown
Raw Permalink Normal View History

2024-04-12 16:39:32 +02:00
# IN603
2024-04-26 12:11:26 +02:00
attack against Content Scrambling System cipher
### execution
```
python main.py
```
+ 17 bits lfsr check
+ 0xffffffffff encryption and decryption test
+ testing attack in 2^16 with 6 output bytes provided against CSS n times (by default 5), with keys randomly generated
+ testing safer attack (same as above but use a 7th byte in case of a collision between 2 keys with 6 output bytes)