Skip to main content

Posts

Showing posts with the label base64

base64 encoding/decoding

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 ).