- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
10-21-2020 11:29 AM
hi friends,
I am trying to understand, which is the best among the below 2 IPSec encryptions?
1. "aes 128-cbc"
2. "aes 256 -gcm"
i am looking for opinions based on security and reliability.
Thanks !!
10-25-2020 10:07 AM - edited 10-25-2020 10:11 AM
We are using aes-256-cbc for encryption in our PA.
From a cryptographic perspective, though, both AES-CBC and AES-GCM are highly secure.
GCM provides authentication, removing the need for an HMAC SHA hashing function. It is also slightly faster than CBC because it uses hardware acceleration (by threading to multiple processor cores).
AES-128 provides more than enough security margin for the foreseeable future. But if you're already using AES-256, there's no reason to change.”
A larger key size provides a higher safety margin against being cracked.
So i will prefer you to choose 256 instead of 128 bit key size if you want more security.
It all depends on the each company setup.
You can use any of those it is just matter of preference.
Regards
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!