Difference between revisions of "Cryptography"

From GiderosMobile
Line 7: Line 7:
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===
[[Cryptography.aesDecrypt]] - Decrypt an AES 128 string<br/>
+
[[Cryptography.aesDecrypt]] {{<translate>Decrypt an AES 128 string</translate>}}<br/>
[[Cryptography.aesEncrypt]] - Encrypt a string with AES<br/>
+
[[Cryptography.aesEncrypt]] {{<translate>Encrypt a string with AES</translate>}}<br/>
[[Cryptography.md5]] - Compute the MD5 hash of the input string<br/>
+
[[Cryptography.md5]] {{<translate>Compute the MD5 hash of the input string</translate>}}<br/>
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Events ===
 
=== Events ===
 
=== Constants ===
 
=== Constants ===
 
|}
 
|}

Revision as of 15:19, 23 August 2018

Supported platforms:
Available since: Gideros 2016.04

Description

Cryptographic primitives

Methods

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

Events

Constants