rage

rage 0.12.1

Simple, secure and modern encryption tool with small explicit keys, no config options, and UNIX-style composability

https://github.com/str4d/rage
Apache License 2.0MIT License
main program: rageprograms: rage, rage-keygen
Platforms (38)
mipsel-linuxx86_64-windowsriscv32-linuxriscv32-nones390x-linuxpowerpc64-linuxm68k-linuxx86_64-openbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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