aegis-rs

aegis-rs 0.5.1

Aegis compatible OTP generator for the CLI

https://github.com/Granddave/aegis-rs
GNU General Public License v3.0 or later
main program: aegis-rsprograms: aegis-rs
Platforms (38)
x86_64-solarisriscv64-linuxarmv7l-linuxs390x-linuxaarch64-linuxmips64el-linuxx86_64-openbsdmipsel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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