Concept Framework 2.2 documentation Contents | Index

standard.lib.cripto.rsa_encrypt

Name Version Deprecated
rsa_encrypt version 1.0 no

Prototype:
string rsa_encrypt(string data, string rsa_public_key)

Parameters:
data      the data to encrypt
rsa_public_key      the public key to use

Description:
Encrypts using the RSA algorithm. For generating key pairs, you may want to use rsa_generate_keys.

Returns:
Returns the encrypted data.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT(c)2013 Devronium Applications