feat(bkgpslog):Add encryption option
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Mon, 29 Jun 2020 19:31:21 +0000 (19:31 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Mon, 29 Jun 2020 19:31:21 +0000 (19:31 +0000)
commit17d49005a89922e344cd6904f96b8fb1d6ebab78
tree1d8e74c51c23dc458372cddca962e1e476344c1d
parent27a8996a799309f834378db297854a22584d7546
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.
exec/bkgpslog