문제

i would like to ask about:

What is the difference between Authenticated Encryption Modes and Generic Composition Schemes in cryptography?

Thanks

도움이 되었습니까?

해결책

Generic Composition Scheme basically tells you take some proven cipher and some proven MAC function, use the cipher for encryption and the MAC for integrity in some way and hope for the best. Authenticated encryption modes are basically the same thing, just some cipher with a MAC function, but usually those where checked and have provable security. Such as GCM is a combination of CTR mode with GMAC, or CCM that uses CTR mode with CBC-MAC. Or using AES-CBC with HMAC.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top