Skip to content

The Mwnci Scripting Language

Mwnci base64dec() Function

Syntax

base64dec(encoded string)

Parameters

Parameter
Definition
encoded string
A base64 encoded strings/text

Description

base64dec implements base64 decoding as specified by RFC 4648.

Example

base64dec("Zm9vYmFy")

foobar

Index

  • What is MSL?
  • MSL Operators
  • MSL Compound Statements
    • foreach
    • function
    • if
    • switch
    • while
  • Mwnci Comments
  • Mwnci Variables
  • Mwnci Arrays
  • Mwnci Hashes
  • Built-in Functions
  • Mwnci Includes
    • Included Main Functions
    • Included String Functions
    • Included Math Functions
    • Included File Functions
    • Included Process Functions
    • Included Password Functions
    • Included Group Functions
    • Included Shadow Password Functions
    • Included Network Functions
  • The Mwnci REPL (console)
  • Examples
The Mwnci Scripting Language Proudly powered by WordPress