Concept Framework 2.2 documentation | Contents | Index |
Static library name | Version | Deprecated |
standard.lib.cripto | version 1.0 | no |
Standard cryptographic library. Provides access to: MD5, SHA1, RSA and AES. |
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: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |