You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- change name to xortools: they actually work on all polyalphabetic ciphers
- xortools function that works on a list of strings
- xortools function that takes a string we know exists in the plaintext to simplify things (e.g. 'flag{')
- rsatools
- prng: rand(), mersenne twister
rand() -> C e java
mersenne twister -> python, e aggiungere resilienza a output mancati (check di quanti ne mancano, trovare dove mancano, risoluzione SAT o qualcosa per output mancanti? prima casi semplici, es. ne manca uno)