Encrypt Text
HomeUsing the RSA 2048-bit public key the recipient sent you, you can encrypt text so that only the private key holder can decrypt. The entire process is done in your client. Neither the plaintext, the key, nor the encrypted text is sent to the server.
Public Key
Request the recipient’s public key (available on https://enkrypto.app/generate-key-pair). The recipient should keep their private key secret.
Plain Text
Enter the text you want to encrypt. The text will be encrypted using the recipient’s public key.
Encrypted Text
Send this encrypted text to the recipient. They will use their private key (and passphrase, if any) to decrypt it. Intercepting this text poses no security risk without the private key.