3 matches found
xortool
xortool.py Un outil pour faire des analyses xor : deviner la longueur de la clé basée sur le nombre de caractères identiques deviner la clé basée sur la connaissance du caractère le plus fréquent Avis : xortool fonctionne désormais uniquement sur Python 3. L'ancienne version Python 2 est accessib...
CVE-2020-36829
The Mojolicious module before 8.65 for Perl is vulnerable to securecompare timing attacks that allow an attacker to guess the length of a secret string. Only versions after 1.74 are affected...
[Xortool] A tool to analyze multi-byte xor cipher
A tool to do some xor analysis: guess the key length based on count of equal chars guess the key base on knowledge of most frequent char Usage ! python3 is not supported, use python 2.x xortool -h|--help OPTIONS Options: -l,--key-length length of the key integer -c,--char most possible char one...