[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Final receipients with unknown keys
Dear all,
I just realized that there is no way that the final recipient in a
forward anonymous communication can be reached using the IP method if
his/her keys are not known to the sender. Knowing simply the hash of the
key is not practical either since a lookup for the actual key would reveal
the sender's intention to address a message to this user.
I suggest we define a way for the recipient of messages to check if the
message is encrypted and only then decrypt it with their key. Otherwise
just extract the TAG fields and body and treat it like if it had come via
the SMTP method. Downside: the integrity of the message is no more
guaranteed if the last node is not honest (middle man attack on links is
still difficult because of the SSL connections).
The above might have other implications, or we might be able to solve the
problem in other ways. Any ideas or comments?
Yours,
George
PS I came up with the above as I was defining the API that mixminion could
provide.