Difference between revisions of "Cryptography"
From GiderosMobile
Tag: Undo |
Tag: Undo |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | <languages /> | |
− | '''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/> | + | <!-- GIDEROSOBJ:Cryptography --> |
− | '''Available since:''' Gideros 2016.04<br/> | + | '''<translate>Supported platforms</translate>:''' [[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/> |
− | + | '''<translate>Available since</translate>:''' Gideros 2016.04<br/> | |
− | === Description === | + | === <translate>Description</translate> === |
− | Cryptographic primitives | + | <translate>Cryptographic primitives</translate> |
− | |||
{|- | {|- | ||
− | |||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | + | === <translate>Methods</translate> === | |
− | === Methods === | + | [[Special:MyLanguage/Cryptography.aesDecrypt|Cryptography.aesDecrypt]] ''<translate>Decrypt an AES string</translate>''<br/><!-- GIDEROSMTD:Cryptography.aesDecrypt(ciphertext,key,iv,paddingType) Decrypt an AES string --> |
− | [[Cryptography.aesDecrypt]] ''Decrypt an AES string''<br/> | + | [[Special:MyLanguage/Cryptography.aesEncrypt|Cryptography.aesEncrypt]] ''<translate>Encrypt a string with AES</translate>''<br/><!-- GIDEROSMTD:Cryptography.aesEncrypt(plaintext,key,iv,paddingType) Encrypt a string with AES --> |
− | [[Cryptography.aesEncrypt]] ''Encrypt a string with AES''<br/> | + | [[Special:MyLanguage/Cryptography.md5|Cryptography.md5]] ''<translate>Compute the MD5 hash of the input string</translate>''<br/><!-- GIDEROSMTD:Cryptography.md5(input) Compute the MD5 hash of the input string --> |
− | [[Cryptography.md5]] ''Compute the MD5 hash of the input string''<br/> | ||
− | |||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | + | === <translate>Events</translate> === | |
− | === Events === | + | === <translate>Constants</translate> === |
− | |||
− | === Constants === | ||
− | |||
|} | |} | ||
− | |||
− | |||
− | |||
− |
Revision as of 11:10, 4 December 2019
Supported platforms:
Available since: Gideros 2016.04
Description
Cryptographic primitives
MethodsCryptography.aesDecrypt Decrypt an AES string |
EventsConstants |