Top "Base64" questions

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

AngularJS - How to deflate and encode/decode to base64 all jsons request?

Lets say i have several $resources and some $http around my angular application: myApp.factory('Note', function($resource) { return $resource(…

json http base64 angularjs deflate
PHP sending encrypted data via the URL

I'm trying to send encrypted data over the url to another site (using file_get_contents("anotherUrl.php?hash=$encryptedString"). …

php encryption base64 url-encoding mcrypt
Javascript - get extension from base64 image

I have a base64 encoded image returned from a service and it looks like this: /9j/4AAQSkZJRgABAQEASABIAAD/4Yp2aHR0cDovL25…

javascript image base64 file-extension
How to base64 encode /dev/random or /dev/urandom?

cat /dev/urandom is always a fun way to create scrolling characters on your display, but produces too many non-printable …

bash linux base64 uuencode random
How to strip type from Javascript FileReader base64 string?

I've got the following code in my Javascript: var reader = new FileReader(); reader.onloadend = function () { alert(reader.result); }; This shows …

javascript base64 strip
Loading image src using a variable containing base64 data in AngularJS

Loading image using variable containing base64 data in AngularJS I am trying to find the right way to load a …

image angularjs base64 loading data-url
Strange \n in base64 encoded string in Ruby

The inbuilt Base64 library in Ruby is adding some '\n's. I'm unable to find out the reason. For this …

ruby base64 encode
Iframe src set large base64 data

I have iframe for PDF preview and ton of base64 data (more than 10mb). <iframe src="" type="application/pdf"&…

jquery iframe base64 src
Range of valid character for a base 64 encoding

I am interested in the following: Is there a list of characters that would never occur as part of a …

java regex base64 apache-commons
Can't create Secret in Kubernetes: illegal base64 data at input

I want to create a secret for my kubernetes cluster. So I composed following dummy-secret.yaml file: apiVersion: v1 kind: …

kubernetes base64 kubernetes-secrets