
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"))
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
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"))