Base64Encoder

Simple UTF-8 Base64 encoding for low-obfuscation overlay payloads.

Functions

Link copied to clipboard
fun decode(encoded: String): String?

Decodes encoded Base64 to UTF-8 text.

Link copied to clipboard
fun encode(plaintext: String): String

Encodes plaintext as standard Base64 without line wraps.