Concept Framework 1.0 documentation Contents | Index

standard.lib.cripto.rsa_sign

Name Version Deprecated
rsa_sign version 1.0 no

Prototype:
string rsa_sign(string data, string private_key)

Parameters:
data      the data to digitally sign
private_key      the private key(signature) to use

Description:
Digitally signs data using RSA.

Returns:
Returns the digitally signed data.

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT(c)2009 RadGs Software