Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am trying to understand how Header Enrichment encryption is implemented. According to the manual there are two algorithms to encrypt:(1) RC4MD5(2) AES-256-GCM-sha384 ================================================================How RC4MD5 works i...
I went through the documentation and also had a few conversations with my colleagues but it is still unclear how exactly AES-256-GCM-SHA384 works. Here's my understanding of what we need to encrypt and decrypt when we use AES-256-GCM. 1) To encrypt w...