Difference between revisions of "Cryptography.b64"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 3: Line 3:
  
 
=== Description ===
 
=== Description ===
Base64 encodes some data.
+
Base64 encode some data.
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(string) = Cryptography.b64(data)
 
(string) = Cryptography.b64(data)

Latest revision as of 19:41, 15 December 2023

Available since: Gideros 2021.11
Class: Cryptography

Description

Base64 encode some data.

(string) = Cryptography.b64(data)

Parameters

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

Return values

Returns (string) Base64 encoded string