From: Steven Baltakatei Sandoval Date: Mon, 29 Jun 2020 19:31:21 +0000 (+0000) Subject: feat(bkgpslog):Add encryption option X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/commitdiff_plain/17d49005a89922e344cd6904f96b8fb1d6ebab78?hp=17d49005a89922e344cd6904f96b8fb1d6ebab78 feat(bkgpslog):Add encryption option Add encryption option via `age`. See: https://github.com/FiloSottile/age . Add `-e, --encrypt` option for specifying output to be encrypted. Add `-r --recipient [ pubkey string ]` option for specifying recipients of encrypted output. Add code to validate recipient pubkey strings. Not added (yet): encryption of output files. ---