Optimal asymmetric encryption padding: Difference between revisions

Content deleted Content added
Tags: Reverted Mobile edit Mobile web edit
m Undid revision 1167669818 by 184.103.48.52 (talk)
Line 65:
 
===Security===
The "[[All-or-nothing transform|all-or-nothing]]" security is from the fact that to recover ''C:M'', one must recover the entire ''DBmaskedDB'' and the entire ''SeedmaskedSeed''; ''DBmaskedDB'' is required to recover the ''seed'' from the ''SeedmaskedSeed'', and the ''seed'' is required to recover the data block ''DB'' from ''DBmaskedDB''. Since any changed bit of a cryptographic hash completely changes the result, the entire ''DBmaskedDB'', and the entire ''SeedmaskedSeed'' must both be completely recovered.
 
===Implementation===