JavaScript: Base64 Encoder/Decoder
I recently had a need (or, probably more appropriately, a desire), to obfuscate some data which would be passed to a server in a URL. Of course, it’s impossible to encrypt anything using JavaScript since it executes client-side, but you can certainly obfuscate data enough to ward off most tinkering attempts. I decided base64 would [...]
Read more

28 January 2012 




Follow Me!