Maya Kathrine Andersen
Maya Kathrine Andersen

Reputation: 302

Base32 decode in actionscript

How do I decode a Base32 encoded string in Actionscript?

/Martin

Upvotes: 0

Views: 1151

Answers (2)

MCJS
MCJS

Reputation: 11

Here's a JavaScript library that does Base32:

http://www.tumuski.com/2010/04/nibbler/

It might just work out the box in ActionScript, since both are ECMAScript.

Upvotes: 1

back2dos
back2dos

Reputation: 15623

Base32? Just out of curiosity: Who would use that? I suggest searching for a Base64 library (there are 2 or 3 on the web) and modifying it. Should be quite straight forward.

greetz
back2dos

Upvotes: 0

Related Questions