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)
armv7l-linuxx86_64-linuxi686-netbsdaarch64-darwini686-freebsdpowerpc-netbsdi686-windowsarmv5tel-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