How to Install and Uninstall aeskeyfind.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 27,2024

1. Install "aeskeyfind.x86_64" package

Here is a brief guide to show you how to install aeskeyfind.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install aeskeyfind.x86_64

2. Uninstall "aeskeyfind.x86_64" package

Please follow the steps below to uninstall aeskeyfind.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove aeskeyfind.x86_64 $ sudo dnf autoremove

3. Information about the aeskeyfind.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:45:58 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : aeskeyfind
Version : 1.0
Release : 7.el8
Architecture : x86_64
Size : 17 k
Source : aeskeyfind-1.0-7.el8.src.rpm
Repository : epel
Summary : Locate 128-bit and 256-bit AES keys in a captured memory image
URL : https://citp.princeton.edu/our-work/memory/
License : BSD
Description : 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.