Difference between revisions of "Cryptography"

From GiderosMobile
(Undo revision 13671 by MoKaLux (talk))
Tag: Undo
(template)
Line 16: Line 16:
 
=== <translate>Constants</translate> ===
 
=== <translate>Constants</translate> ===
 
|}
 
|}
 +
 +
{{Cryptography}}

Revision as of 12:59, 4 December 2019


Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.png
Available since: Gideros 2016.04

Description

Cryptographic primitives

Methods

Cryptography.aesDecrypt Decrypt an AES string
Cryptography.aesEncrypt Encrypt a string with AES
Cryptography.md5 Compute the MD5 hash of the input string

Events

Constants