|
|
|
|
|
by sarciszewski
3929 days ago
|
|
They seem to confuse digital signatures with message authentication. > Padding oracle: There is no padding oracle in Tutanota. Interesting claim. They're using PKCS5 which means that, yes, there is a padding oracle vulnerability, but triggering it is orders of magnitude more difficult than null padding. https://github.com/tutao/tutanota/blob/tutanota-1.9.2+/nativ... |
|
Why do you think that? Of course we (I am one of the founders of Tutanota) understand the difference of the two.
> They're using PKCS5 which means that, yes, there is a padding oracle vulnerability
Could you please describe the padding oracle? Knowing the padding algorithm is not enough to make up a padding oracle. The oracle must be able to decrypt the cipher text in order to tell the attacker if the padding is valid or not.