bs58
V

Publisher

virusaxel

bs58

Misc
Base58 Encoding Decoding Byte String Data Cryptography Misc

Base58 encoder and decoder for godot. Encode byte arrays to base 58 strings and vice versa. Example: bs58.encode(bs58.decode("111111111111"))

godot-bs58

Base 58 encoder/decoder plugin for godot 4

Usage

There are two functions in the plugin, encode and decode. The functions can be found in the class bs58. Example usage is:

bs58.encode(bs58.decode("1111111111111111"))