Difference between revisions of "Cryptography.b64"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
Line 6: Line 6:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(string) = Cryptography.b64(data)
 
(string) = Cryptography.b64(data)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Revision as of 15:26, 13 July 2023

Available since: Gideros 2021.11
Class: Cryptography

Description

Base64 encodes some data.

(string) = Cryptography.b64(data)

Parameters

data: (string) the data to be base 64 encoded

Return values

Returns (string) Base64 encoded string