How does JOSE/JWE make use of ECDH when encrypting/decrypting messages?
My goal is to use JWE with hybrid encryption (ECDH+AES) for exchanging sensitive data with another party. However, the example code I can find for various Java libraries doesn’t match my understanding of how ECDH or asymmetric encryption w… Continue reading How does JOSE/JWE make use of ECDH when encrypting/decrypting messages?