Difference between revisions of "Cryptography.b64"
From GiderosMobile
m |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
Base64 encodes some data. | Base64 encodes some data. | ||
− | < | + | <syntaxhighlight lang="lua"> |
(string) = Cryptography.b64(data) | (string) = Cryptography.b64(data) | ||
</source> | </source> |
Revision as of 14:26, 13 July 2023
Available since: Gideros 2021.11
Class: Cryptography
Description
Base64 encodes some data. <syntaxhighlight lang="lua"> (string) = Cryptography.b64(data) </source>
Parameters
data: (string) the data to be base 64 encoded
Return values
Returns (string) Base64 encoded string