agenix/pkgs
Wanja Hentze 7dae15b7bc fix -d/--decrypt-only not working correctly for binary data
I had first used `printf` for outputting the data,
but that breaks if the secret itself contains null bytes.

One could fix this by using e.g. `cat`, but looking a bit more at the code
I realized that in the -d case we never need to `mktemp` at all and can
just ask `age` to write directly to stdout by not setting -o.
2023-02-24 09:00:48 +01:00
..
agenix.nix contrib: use mkDerivation for agenix cli 2023-02-11 13:18:31 -08:00
agenix.sh fix -d/--decrypt-only not working correctly for binary data 2023-02-24 09:00:48 +01:00