Description
It's not very secure having the password provided on the command-line. A more secure method is to read the password from a file descriptor, c.f. the GPG --passphrase-fd option. Or at least support reading the password from stdin.
It's not very secure having the password provided on the command-line. A more secure method is to read the password from a file descriptor, c.f. the GPG --passphrase-fd option. Or at least support reading the password from stdin.