base64 encoding/decoding April 30, 2009 One of the biggest problems nowadays is to being able to encode or decode to/from base64 . Jokes apart, if you need to quickly check a base64 string, try this encoder or this decoder ( mind the note before using them ). Read more