View Issue Details

IDProjectCategoryView StatusLast Update
0011251GNUnetcadet servicepublic2026-03-13 18:00
Reporterschanzen Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Target Version1.0.0 
Summary0011251: CADET encryption authentication smell
DescriptionThe header encyption HENCRYPT and the message encryption ENCRYPT according the spec should both be AEAD schemes

The CADET implementation takes a shortcut: It Encrypts the header and the plaintext separately with the respective keys using TWOFISH(AES(*)) and then appends a MAC using the HK that is calculated over both ciphertexts

Probably not breakable per se, but smells bad.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-03-13 18:00 schanzen New Issue