Closed zerkms closed 8 years ago
The total message format is:
V || K || M || C
Where:
V || K || M
.Is it simply against data corruption? Just to avoid even trying to decrypt it when data was corrupted during transmission?
Yep. It's not meant to replace a MAC.
In the
\ParagonIE\EasyRSA\EasyRSA::encrypt
you're calculating a checksum asWhat is the purpose for that? Especially that it does not contain any secret part.
Is it simply against data corruption? Just to avoid even trying to decrypt it when data was corrupted during transmission?