| Concept Framework 2.2 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: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |