|
|
|
|
|
by crote
2907 days ago
|
|
Big red flag: > The hash of an email is computed using the SHA2-512 hashing algorithm and signed with our own 512-bit private RSA key. Why even bother signing it if your key is that weak? Furthermore, they sign every message individually with the same key. This does not make sense to me: why not just sign the root of the Merkle tree? Other fun stuff: - They both supply email tracking, and protect your privacy by blocking email tracking... - It doesn't prove that the email has been sent, it just proves that it has been submitted to Gmelius for signing. |
|
"They both supply email tracking, and protect your privacy by blocking email tracking."
> This is mainly offered to prevent false positives for our own trackers. But point taken :)
"It doesn't prove that the email has been sent, it just proves that it has been submitted to Gmelius for signing."
> The insertion is done when we have received a response from Google servers.
"SHA-512"
> Long debate but this was the most natural solution for a Merkle architecture.