LibJSON-1.0 is a library to encode and decode Base64 strings.
This is mostly useful if you are exporting lua data to external applications.
local LibBase64 = LibStub("LibBase64-1.0")
assert(LibBase64.Encode("Hello, how are you doing today?") == "SGVsbG8sIGhvdyBhcmUgeW91IGRvaW5nIHRvZGF5Pw==")
assert(LibBase64.Decode("SGVsbG8sIGhvdyBhcmUgeW91IGRvaW5nIHRvZGF5Pw==") == "Hello, how are you doing today?")
Facts
- Date created
- 29 Nov 2008
- Categories
- Last update
- 18 Dec 2008
- Development stage
- Release
- Language
- enUS
- License
- MIT License
- Curse link
- LibBase64-1.0
- Recent files
- A: v1-1-g28f0d3a for 3.0.3 on 18 Dec 2008
- R: v1 for 3.0.3 on 29 Nov 2008
- A: r20081129080723 for 3.0.3 on 29 Nov 2008
- A: r20081129080106 for 3.0.3 on 29 Nov 2008
- A: r20081129075808 for 3.0.3 on 29 Nov 2008