OpenSSL: Ciphering With Certificates

Just Between Us

Mi'kail Eli'yah

--

After credentials and keys generation, beyond attestation and authentication, we can cipher.

Caveat: Do not use the same keys to cipher and sign / verify.

The sample utility found at: _lab_cipher_with_cert, illustrates the use.

Ciphering

The sample utility shows how ciphering can be done with using digital certificates.

* Use lab_rsa_oaep_cipher.sh for a quick demo view.

--

--