pass

password-store 1.7.4

Stores, retrieves, generates, and synchronizes passwords securely

<rendered-html><p>pass is a very simple password store that keeps passwords inside gpg2 encrypted files inside a simple directory tree residing at ~/.password-store. The pass utility provides a series of commands for manipulating the password store, allowing the user to add, remove, edit, synchronize, generate, and manipulate passwords.</p> </rendered-html>

https://www.passwordstore.org/
GNU General Public License v2.0 or later
main program: passprograms: passmenu, pass
Platforms (45)
aarch64-linuxsh4-linuxmips-linuxriscv32-netbsdaarch64-netbsdm68k-linuxmicroblaze-linuxx86_64-solaris
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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