▲ | nneonneo 7 days ago | ||||||||||||||||||||||||||||||||||
Useful ones to know: - `R0lGOD` - GIF files - `iVBOR` - PNG files - `/9j/` - JPG files - `eyJ` - JSON - `PD94` - XML - `MII` - ASN.1 file, such as a certificate or private key These are nice to know since they show up pretty frequently (images in data: URLs, JSON/XML/ASN.1 in various protocols). | |||||||||||||||||||||||||||||||||||
▲ | 0points 6 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
> GIF, PNG, JPG It makes more sense to transmit binary formats in binary. You would save bandwidth, memory and a decoding step. Then you could also inspect the header bytes, instead of memorizing how they present in some intermediate encoding. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | feliixh 7 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
Very useful! |