Cryptography.b64

From GiderosMobile
Revision as of 18:54, 22 November 2021 by Hgy29 (talk | contribs) (Created page with "'''Available since:''' Gideros 2021.11<br/> '''Class:''' Cryptography<br/> === Description === Base64 encode a some data <source lang="lua"> (string) = Cryptography.b64(...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2021.11
Class: Cryptography

Description

Base64 encode a some data

(string) = Cryptography.b64(data)

Parameters

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

Return values

Returns (string) Base64 encoded string