Encrypt File
HomeUsing the RSA 2048-bit public key the recipient sent you, you can encrypt files that only the private key holder can decrypt. The entire process is done in your client. Neither the file, the key, nor the encrypted file 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.
File
Enter the file you want to encrypt. The file will be encrypted using the recipient’s public key.
Encrypted File
Send this encrypted file to the recipient. They will use their private key (and passphrase, if any) to decrypt it. Intercepting this file poses no security risk without the private key.