Top "Base64" questions

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

Encode a FileStream to base64 with c#

I know how to encode / decode a simple string to / from base64. But how would I do that if the …

c# string file base64 filestream
ReadFile in Base64 Nodejs

I'm trying to read an image from client side encoded in base64. How to read with nodejs? My code: // add …

javascript node.js image base64 readfile
Decoding base64 in batch

I am trying to make an installer using batch. Of course, an installer needs to consist of files that will …

windows batch-file base64
Why do we use Base64?

Wikipedia says Base64 encoding schemes are commonly used when there is a need to encode binary data that needs be …

algorithm character-encoding binary ascii base64
Is Content-Transfer-Encoding an HTTP header?

I'm writing a web service that returns a base64-encoded PDF file, so my plan is to add two headers …

http base64 mime
Code for decoding/encoding a modified base64 URL

I want to base64 encode data to put it in a URL and then decode it within my HttpHandler. I …

c# url base64 encode decode
How to achieve Base64 URL safe encoding in C#?

I want to achieve Base64 URL safe encoding in C#. In Java, we have the common Codec library which gives …

c# encoding base64
Base64 String to byte[] in java

I am trying to convert base64 String to byte array but it is throwing following error java.lang.IllegalArgumentException: Illegal …

java string base64 byte encoder-decoder
Base64: What is the worst possible increase in space usage?

If a server received a base64 string and wanted to check it's length before converting,, say it wanted to always …

base64 expansion
Base64 Encode String in VBScript

I have a web service load driver that's a Windows Script File (WSF), that includes some VBScript and JavaScript files. …

encoding vbscript base64 wsh