How to pass both passphrase and password in GPG signed symmetric encryption?

I am new to GPG so I may be going about this all wrong. I have some files I would like to encrypt symmetrically using AES256, but I want to sign them with my GPG key. I need to automate this process however so I’m using –batch and I pas… Continue reading How to pass both passphrase and password in GPG signed symmetric encryption?

gpg –quick-generate-key user-id [algo [usage [expire]]] – Any way to include a comment?

I am doing some unattended key generation using –quick-gen-key and –quick-add-key. I am not clear if the user-id mentioned in the man page offers a way to include a comment:
–quick-generate-key user-id [algo [usage [expire]]]

I usuall… Continue reading gpg –quick-generate-key user-id [algo [usage [expire]]] – Any way to include a comment?