Concept Framework 2.0 documentation | Contents | Index |
Name | Version | Deprecated |
rsa_generate_keys | version 1.0 | no |
boolean rsa_generate_keys(number bits, var string rsa_private_key, var string rsa_public_key) |
bits | [in] the number of bits (eg: 256(min), 512, 1024, 2048(max), must be a multiple of 256) |
rsa_private_key | [out] the private key |
rsa_public_key | [out] the public key |
Generates a RSA key pair.
Notice: This keys are NOT to be considered strong keys. |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:20 2011 GMT | (c)2011 RadGs Software |