Omgili - forum search, search forums  
  

Discussions about base64 data

Displaying 1 - 10 out of 2,108 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
How I can store base64 strings in XML? Do you use CDATA to store base64 strings in XML? Would it help as it allows use of < > within the strings? Is base64 configurable where you tell it not to use certain chars if they conflict with XML?
Started by on , 4 posts by 4 people.  
There are no characters whatsoever in the Base64 charset that will conflict.
No need to encode anything for XML.
Base64 only uses alphanumeric characters and '+' (plus), '/' (slash) and '=' (equals).
Is it possible to use a RegEx to validate, or sanitize Base64 data? That's the simple question, but the factors that drive this question are what make it difficult. I have a Base64 parser that can not fully RELY on the input data to follow the RFC specs...
Started by on , 3 posts by 3 people.  
So it depends on the purpose of usage of the encoded... .
From the RFC 4648 : Base encoding of data is used in many situations to store or transfer data in environments that, perhaps for legacy reasons, are restricted to US-ASCII data.
Hi My friend is using Base64 encoding standard in java. I am using IPhone how can I decode the data. and viceversa. There is org.apache.commons.codec.binary.Base64.decodeBase64 in java Thanks Deepak
Started by on , 3 posts by 3 people.  
TouchCode has http://touchcode.googlecode.com/hg/Support/Common/Base64Transcoder.c (and .h) There is also some quite simple code you can use here: http://www.cocoadev.com/index.pl?BaseSixtyFour Another interesting way to do it, using OpenSSL: http://... .
Ask your Facebook Friends
I have an image that is base64 encoded. What is the best way to decode that in Java? Hopefully using only the libraries included with Sun Java 6.
Started by on , 6 posts by 6 people.  
Example....
You can import at javax.mail.internet.MimeUtility.decode().
Commons codec Specifically in Commons Codec: class Base64 to decode(byte[] array) or encode(byte[] array) No need to use commons--Sun ships a base64 encoder with Java.
The JSON format natively doesn't support binary data. The binary data has to be escaped so that it can be places into a string element (i.e. zero or more Unicode chars in double quotes using backslash escapes) in JSON. An obvious method to escape binary...
Started by on , 6 posts by 6 people.  
YEnc might work for you: http://en.wikipedia.org/wiki/Yenc Can you compress the binary data first, before encoding? Since you're looking for the ability to shoehorn binary data into a strictly text-based and very limited format, I think....
It is possible to base64 encode an image and deliver it as part of the html content using the <img src="data:image/gif;base64,UEsDBBQAAAgIALp9...MTs9Snj3=="> I notice that Silverlight's object tag is supposed to be something like: <object type...
Started by on , 3 posts by 3 people.  
Even if you were to get it to work, I recommend against that approroach for the following reasons: The time that it takes to load the entire page would be long This doesn't take advantage of any browser caching of the XAP so that every time the page loads... .
I have seen several questions on how to encode an image file in base64, but how about the other way around - how do I reconstitute a picture from a base64 string stored in an XML file? <resource> <data encoding="base64"> R0lGODlhEAAQAPMAMcDAwP...
Started by on , 3 posts by 3 people.  
<img src="data:{mime};base64,{data}" /> I found this entry.
Transform it to HTML.
I need to find a way to find a way to find the hash for the base64 encoded data in the XML node //note/resource/data , or somehow otherwise match it to the hash value in the node //note/content/en-note//en-media@hash See below for the full XML file Please...
Started by on , 4 posts by 4 people.  
Is the MD5 of the binary data you get when you decode the base64-encoded data....
The 4aaaf...
Download some freeware Base64 decoder like this one or use some source code from the web that this hash was created using MD5 on the GIF file.
Hello, How to convert NSData to base64. i have NSData and want to convert into base64 how can i do this?
Started by on , 3 posts by 3 people.  
ArrayWithObjects:@"base64", @"-e", nil]]; [task setStandardInput:inPipe]; [task setStandardOutput readDataToEndOfFile]; if (outData) { NSString *base64 = [[[NSString alloc] initWithData:outData encoding:NSUTF8StringEncoding] autorelease....
The other day I was looking at the source of a greasemonkey userscript and noticed the following in their css: .even { background: #fff url(data:image/gif;base64,R0lGODlhBgASALMAAOfn5+rq6uvr6+zs7O7u7vHx8fPz8/b29vj4+P39/f///w Cw BgASAAAIMAAVCBxIsKDBgwgTDkzAsKGAhxARSJx...
Started by on , 3 posts by 3 people.  
As far as generating the base64 encoding: http://www.motobit.com/util/base64-decoder.
Solution.
Page: 1   2   3   4   5   6   7   8   9   10  
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost