1. Encrypting a Secret Token with a Public Key
DevOps EngineerBackground
A DevOps engineer needs to send a database password to a remote server administrator securely.
Problem
The password must be encrypted using the administrator's public key so only they can read it.
How to use
Set the mode to 'Encrypt with public key', paste the administrator's PEM public key, enter the password in the message field, select OAEP SHA-256, and choose Base64 encoding.
Outcome
The tool generates a Base64-encoded ciphertext block that can be safely shared over insecure channels.