Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[HELP] How to let GNUPG forget the password?

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
User avatar
fender0107401
Posts: 52
Joined: 2014-05-10 11:42

[HELP] How to let GNUPG forget the password?

#1 Post by fender0107401 »

If I use the following code to decrypt a file:

Code: Select all

gnupg -q foo.gpg
I find that gnupq will prompt a dialog to let me input the password, and then it will decrypt the file.

So, everything is fine. However, if I run this code again, gnupg will decrypt the file directly without showing the dialog to ask me the password.

Can I config something to let gnupg forget the password and show the dialog every time when I run "gnupg -q some-file.gpg"? :?: :?: :?:

Post Reply