cryptfs icon indicating copy to clipboard operation
cryptfs copied to clipboard

feat: support GPG in cryptfs command line tool

Open adamdecaf opened this issue 3 years ago • 0 comments

After v0.4.0 was released support for a GPG cryptor was included. We should support this in the command line tool as well.

Specify a command line flag to read the key from the filesystem and optional password file. We could read the password from stdin if required to decrypt the key.

Edit: Read keys from GPG keyring if none were provided on the CLI.

adamdecaf avatar Jun 21 '22 14:06 adamdecaf