How To Install aeskeyfind on CentOS 7
Introduction
In this tutorial we learn how to install aeskeyfind
on CentOS 7.
What is aeskeyfind
This program illustrates automatic techniques for locating 128-bit and 256-bit AES keys in a captured memory image. The program uses various algorithms and also performs a simple entropy test to filter out blocks that are not keys. It counts the number of repeated bytes and skips blocks that have too many repeats. This method works even if several bits of the key schedule have been corrupted due to memory decay. This package is useful to several activities, as forensics investigations.
We can use yum
or dnf
to install aeskeyfind
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install aeskeyfind.
Install aeskeyfind on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install aeskeyfind
using yum
by running the following command:
Install aeskeyfind on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
After updating yum database, We can install aeskeyfind
using dnf
by running the following command:
How To Uninstall aeskeyfind on CentOS 7
To uninstall only the aeskeyfind
package we can use the following command:
References
Summary
In this tutorial we learn how to install aeskeyfind
on CentOS 7 using yum
and dnf
.