A gpg says "encrypted with 1 passphrase". Are there situations where a message

gets encrypted with multiple passphrases?


ayoub@vboxpwfl:~/testdir$ ls

textfile

ayoub@vboxpwfl:~/testdir$ gpg --passphrase onetwothree --symmetric textfile
ayoub@vboxpwfl:~/testdir$ ls
textfile    textfile.gpg

ayoub@vboxpwfl:~/testdir$ gpg --passphrase onetwothree -o textfile.dcr -d textfile.gpg
gpg: AES256 encrypted data
gpg: encrypted with 1 passphrase

ayoub@vboxpwfl:~/testdir$ ls
textfile    textfile.dcr    textfile.gpg

ayoub@vboxpwfl:~/testdir$


ayoub@vboxpwfl:~/sentry/trunk$ diff textfile textfile.dcr
ayoub@vboxpwfl:~/sentry/trunk$


_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to