Difference between revisions of "Cryptography"
From GiderosMobile
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 === |
Revision as of 09:12, 23 August 2018
Supported platforms:
Available since: Gideros 2016.04
Description
Cryptographic primitives{|- | style="width: 50%;"|
Methods
Cryptography.aesDecrypt - Decrypt an AES 128 string
Cryptography.aesEncrypt - Encrypt a string with AES
Cryptography.md5 - Compute the MD5 hash of the input string
| style="width: 50%;"|
Events
Constants
|}