Project

General

Profile

Download (508 Bytes) Statistics
| Branch: | Tag: | Revision:
a1384f1c Marc Dequenes
- handle incoming encrypted messages from user to receive sensitive data, and to sign replies -> postman would need a GPG key too
- ban keys from unknow users flooding -> counter, reseted when key added in DB
- protect against replay (foo resending eavesdropped mail) -> store message IDs, but how to limit to a reasonnable timeframe ?
8ac6d200 Marc Dequenes
- protect against intercepted mail with falsified headers (From/Reply-To/... could be tampered to get replies, reply tampered too, and then resent to avoid being detected)