Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »


https://www.juniper.net/documentation/en_US/junos/topics/concept/ipsec-encryption-solutions.html


AES-GCM is an authenticated encryption algorithm designed to provide both authentication and privacy



CBC

Cipher Block Chaining



IV ( initialization vector ) is to avoid to start at 1 to n, instead random to another random number


GCMGalois/Counter Mode
to encrypt the data

GCM but only authGMAC
just for authenticate the date



  • No labels