The channel is also a compliance event.
Article 30 processing records, Article 33 breach notifications, Article 35 DPIA supporting evidence — audit logs often contain the personal data they were created to document. When a Data Protection Authority opens an investigation, or when an external auditor requests evidence, those logs have to travel. Email is the default. Email is also a second data controller, a stored copy outside your retention schedule, and a new Article 32 risk surface.
The problem compounds when you need to demonstrate to the investigator that the evidence they received is the evidence you sent — that it hasn't been tampered with in transit. Standard email provides no such assurance. A breach on the transmission channel would be both an evidentiary problem and a second notifiable incident.
Burn-on-read delivery with a cryptographic receipt.
Paramant encrypts the audit package with ML-KEM-768 + AES-256-GCM. After the investigator or auditor downloads, the relay wipes its copy from RAM. The ML-DSA-65 signed receipt records the file hash, the relay that served it, the retrieval timestamp and the package's place in the transparency log. It names no recipient, and it cannot: the relay never learns who collected the package, which is the same design that stops it reading the contents. So the receipt proves this package, this hash, delivered once, at this time, not to whom.
On this route, which is a ParaSend web app transfer, the relay holds only ciphertext and cannot read what it carries. EU/DE hosting means no US CLOUD Act production orders apply. The transmission does not create a second data controller for the audit evidence.
From export to evidence.
GDPR requirements satisfied.
| Requirement | Paramant control |
|---|---|
| GDPR Art. 32 — Appropriate technical measures | ML-KEM-768 + AES-256-GCM in transit; relay cannot decrypt; EU/DE hosting |
| GDPR Art. 5(1)(e) — Storage limitation | Burn-on-read: a web app transfer is held only until the first download, then wiped; an API link is wiped after its last read |
| Evidence integrity | ML-DSA-65 signed receipt with SHA-256 file hash; tamper-evident by construction |
| GDPR Art. 28 — Processor agreement | Standard DPA at /dpa, signable electronically and applies to all plans. The relay does process personal data (account email, IP for rate limiting and abuse-prevention); what it never holds is document plaintext or keys. |