What differs the authenticity provided by RSA signing and AES-GCM?
Backstory
The system I’m designing requires encrypted messages as well as message authentication. AES-GCM seems like the logical choice due to its authentication capabilities and high throughput.
The key used to encrypt a m… Continue reading What differs the authenticity provided by RSA signing and AES-GCM?