Top "Base64" questions

Base64 is a set of encoding schemes that represent binary data in an ASCII string format.

Encode and decode bitmap object in base64 string in Android

I want to encode and decode Bitmap object in string base64. I use the Android API10, I have tried, with …

android bitmap base64
Node.js get image from web and encode with base64

I'm trying to fetch an image from the web and encode it with base64. what i have so far is …

node.js encoding express base64
Converting bitmap to byteArray android

I have a bitmap that I want to send to the server by encoding it to base64 but I do …

android bitmap bytearray base64
Base64 encoder and decoder

Is there a base-64 decoder and encoder for a String in Android?

java android base64 encoder decoder
Base64 images to gmail

I'm generating some inline images for an email sent from the iPad. Looks great in all desktop email clients, but …

html email ipad gmail base64
base64url in java

https://web.archive.org/web/20110422225659/https://en.wikipedia.org/wiki/Base64#URL_applications talks about base64Url - Decode a …

java base64 base64url
Storing UUID as base64 String

I have been experimenting with using UUIDs as database keys. I want to take up the least amount of bytes …

java sql bytearray base64 uuid
PHP get pdf file from base64 encoded data string

I have a base64-encoded string containing a pdf. How to create a .pdf file from this encoded string using …

php pdf header base64 encode
Resize a Base-64 image in JavaScript without using canvas

I need a way to resize pictures in JavaScript without using a HTML element. My mobile HTML app captures photos …

javascript canvas resize html5-canvas base64
How to check if a string is base64 valid in PHP

I have a string and want to test using PHP if it's a valid base64 encoded or not.

php validation base64