Skip to content

rsa_private_encrypt()#


Encrypts data using the private key portion of an RSA keypair.

Syntax
rsa_private_encrypt( rsa, plaintext, encrypted var )

The rsa parameter must have been previously initialized with one of the rsa_load_privatekey functions.

Returns#

Returns 1 on success, 0 on error.

Parameters#

Parameter Description
rsa The internal reference to the RSA private key used for encryption
plaintext The data to be encrypted
encrypted A variable which receives the encrypted ciphertext in raw binary format