Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

base32 encode in Lua

Trying to find a way to do base32 encoding in Lua, specifically for the Corona SDK.

I have found this library:

https://github.com/b4ldr/nselib/blob/master/base32.lua

But it seems to require a "bin" library that does not come with Corona SDK and I am not able to find in anywhere on the web.

So, does someone know how to fix the "bin" dependancy or another base32 lib that works with Corona SDK?

like image 364
Daniele Testa Avatar asked Nov 25 '25 14:11

Daniele Testa


1 Answers

The basexx library supports base32 encoding and decoding, and does not have any dependencies.