Concept Framework 2.0 documentation Contents | Index

standard.lib.cripto

Static library name Version Deprecated
standard.lib.cripto version 1.0 no

Import library : standard.lib.cripto
(you must include this at the top of your source: "import standard.lib.cripto" (no quotes)


Description:
Standard cryptographic library. Provides access to: MD5, SHA1, RSA and AES.


Contained static functions:
aes_decrypt Decrypts using the AES algorithm
aes_encrypt Encrypts using the AES algorithm
crc32 import standard
md5 Calculate the md5 hash of a string
rsa_decrypt Decrypts using the RSA algorithm
rsa_encrypt Encrypts using the RSA algorithm
rsa_generate_keys Generates a RSA key pair
rsa_sign Digitally signs data using RSA
rsa_verify Verifies digitally signed data using RSA
sha1 Calculate the sha1 hash of a string




Documented by Eduard Suica, generation time: Fri Jan 21 18:06:20 2011 GMT(c)2011 RadGs Software