Difference between revisions of "Cryptography"
From GiderosMobile
Line 5: | Line 5: | ||
<translate>Cryptographic primitives</translate> | <translate>Cryptographic primitives</translate> | ||
{|- | {|- | ||
− | | style="width: 50%;"| | + | | style="width: 50%; vertical-align:top;"| |
=== Methods === | === Methods === | ||
− | [[Cryptography.aesDecrypt]] | + | [[Cryptography.aesDecrypt]] ''<translate>Decrypt an AES 128 string</translate>''<br/> |
− | [[Cryptography.aesEncrypt]] | + | [[Cryptography.aesEncrypt]] ''<translate>Encrypt a string with AES</translate>''<br/> |
− | [[Cryptography.md5]] | + | [[Cryptography.md5]] ''<translate>Compute the MD5 hash of the input string</translate>''<br/> |
− | | style="width: 50%;"| | + | | style="width: 50%; vertical-align:top;"| |
=== Events === | === Events === | ||
=== Constants === | === Constants === | ||
|} | |} |
Revision as of 14:31, 23 August 2018
Supported platforms:
Available since: Gideros 2016.04
Description
Cryptographic primitives
MethodsCryptography.aesDecrypt Decrypt an AES 128 string |
EventsConstants |