aesfix
tool for correcting bit errors in an AES key schedule
Install
- All systems
-
curl cmd.cat/aesfix.sh
- Debian
-
apt-get install aesfix - Ubuntu
-
apt-get install aesfix - Kali Linux
-
apt-get install aesfix - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install aesfix - Raspbian
-
apt-get install aesfix
aesfix
tool for correcting bit errors in an AES key schedule
This program illustrates a technique for correcting bit errors in an AES key schedule. It should be used with the output of the aeskeyfind program. It is limited to AES-128 key schedules, and it can only correct unidirectional 1->0 bit errors. For the most part it has been optimized for readability rather than performance. This package is useful to several activities, as forensics investigations.