Skip to content
Surf Wiki
Save to docs
general/block-cipher-modes-of-operation

From Surf Wiki (app.surf) — the open knowledge base

Sophie Germain Counter Mode

Block cipher mode of operation


Summary

Block cipher mode of operation

A new mode called Sophie Germain Counter Mode (SGCM) has been proposed as a variant of the Galois/Counter Mode of operation for block ciphers. Instead of the binary field GF(2128), it uses modular arithmetic in GF(p) where p is a safe prime 2128 + 12451 with corresponding Sophie Germain prime . SGCM does prevent the specific "weak key" attack described in its paper, however there are other ways of modifying the message that will achieve the same forgery probability against SGCM as is possible against GCM: by modifying a valid n-word message, you can create a SGCM forgery with probability circa . That is, its authentication bounds are no better than those of Galois/Counter Mode. SGCM when implemented in hardware has a higher gate count than GCM. However, its authors expect software implementations of SGCM to have similar or superior performance to GCM on most software platforms.

References

References

  1. Markku-Juhani O. Saarinen. (2011-06-16). "SGCM: The Sophie Germain Counter Mode". Cryptology ePrint Archive.
  2. Scott Fluhrer. (2011-07-18). "Re: AES-GCM weakness". Crypto Forum Research Group mailing list.
Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Sophie Germain Counter Mode — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report