Index

algo.base32_encode()

Encodes an arbitrary string to a base32 sequence of characters

Arguments

  • $1 (string): input

algo.base32_decode()

Decodes a base32 sequence of characters to a string

Arguments

  • $1 (string): input

algo.base64_encode()

Encodes an arbitrary string to a base32 sequence of characters

Arguments

  • $1 (string): input

algo.base64_decode()

Decodes a base64 sequence of characters to a string

Arguments

  • $1 (string): input