Difference between revisions of "Cryptography"
From GiderosMobile
(----) |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | ||
− | + | '''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/> | |
− | ''' | + | '''Available since:''' Gideros 2016.04<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Cryptographic primitives | |
+ | |||
{|- | {|- | ||
+ | |||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === | + | |
− | [[ | + | === Methods === |
− | [[ | + | [[Cryptography.aesDecrypt]] ''Decrypt an AES string''<br/> |
− | [[ | + | [[Cryptography.aesEncrypt]] ''Encrypt a string with AES''<br/> |
+ | [[Cryptography.md5]] ''Compute the MD5 hash of the input string''<br/> | ||
+ | |||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === | + | |
− | === | + | === Events === |
+ | |||
+ | === Constants === | ||
+ | |||
|} | |} | ||
+ | |||
+ | ---- | ||
+ | {{Special:PrefixIndex/Cryptography}} | ||
+ | <br/> |
Revision as of 17:10, 2 December 2019
Supported platforms:
Available since: Gideros 2016.04
Description
Cryptographic primitives
MethodsCryptography.aesDecrypt Decrypt an AES string |
EventsConstants |