|
|
|
|
|
by Zash
4645 days ago
|
|
It's a header with a version number and the ID of the receivers key that the message was encrypted with. Base64-decode and hexdump those messages and look for 54483646 (one of the subkeys of F8669BB7). The encrypted message is after that and would look random.
The format is defined in http://tools.ietf.org/html/rfc4880 edit: It's not encrypted with the primary key, but one of the subkeys. |
|