Why doesn't gpg ask me for my password when decrypting (symmetric encryption)?

2011-07-26 Thread fleeb
When encrypting with --symmetric, I would expect to get asked for the password when decrypting but I am never prompted... why? me$ gpg --symmetric --cipher-algo AES256 -v foo.txt gpg: using cipher AES256 gpg: writing to `foo.txt.gpg' me$ gpg foo.txt.gpg gpg: AES256 encrypted data gpg: encrypted

Re: Why doesn't gpg ask me for my password when decrypting (symmetric encryption)?

2011-07-26 Thread Werner Koch
On Tue, 26 Jul 2011 06:26, andrewinfo...@gmail.com said: When encrypting with --symmetric, I would expect to get asked for the password when decrypting but I am never prompted... why? Run gpgconf --reload gpg-agent before decryption to clear the passphrase cache. Salam-Shalom, Werner