aeskeyfind

aeskeyfind 1.0

Locates 128-bit and 256-bit AES keys in a captured memory image

https://citp.princeton.edu/our-work/memory/
BSD 3-clause "New" or "Revised" License
main program: aeskeyfindprograms: aeskeyfind
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  aeskeyfind
];
Ad-hoc shell
nix-shell -p aeskeyfind
Flake (nix run)
nix run nixpkgs#aeskeyfind