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