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)
loongarch64-linuxmips64-linuxriscv32-linuxpowerpc-linuxx86_64-redoxmipsel-netbsdx86_64-freebsdx86_64-solaris
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