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.
sudo apt install aesfix (41 KB)
Dependências: libc6, libgcc-s1, libstdc++6
Escolha um comando ao lado para ver a descrição e a ajuda completa.
aesfix
Correct bit errors in an AES key schedules
root@kali:~# man aesfix
aesfix(1) User Commands aesfix(1)
NAME
aesfix - Correct bit errors in an AES key schedules
SYNOPSIS
aesfix SCHEDULE-FILE
DESCRIPTION
Corrects bit errors in an AES key schedule read from the specified hex-en-
coded file.
BUGS
Likely.
SEE ALSO
biosmemimage(1), aeskeyfind(1) aesfix(1)
AUTHOR
aesfix was written by Nadia Heninger and J. Alex Halderman.
This manual page was written by Jacob Appelbaum <jacob@appelbaum.net> for
the Debian system (but may be used by others). Permission is granted to
copy, distribute and/or modify this document under the terms of the GNU
General Public License, Version 2 or any later version published by the
Free Software Foundation.
User Commands 08-17-2008 aesfix(1)