Difference between revisions of "Cryptography"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Supported platforms:''' <br/>
+
'''<translate>Supported platforms</translate>:''' <br/>
'''Available since:''' Gideros 2016.04<br/>
+
'''<translate>Available since</translate>:''' Gideros 2016.04<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Cryptographic primitives</translate>
 
<translate>Cryptographic primitives</translate>

Revision as of 10:29, 24 August 2018

Supported platforms:
Available since: Gideros 2016.04

Description

Cryptographic primitives

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

Events

Constants