To convert some encoded data (e.g. bytes, electrical signals) to some representation ready for further processing (e.g. string, object, picture)

learn more… | top users | synonyms

-11
votes
0answers
45 views

i need python captcha decoder [closed]

I need a Captcha decoder for python to read simple image captchas like the following picture: http://img109.imageshack.us/img109/4779/c6ci.jpg can someone give me a python script can decode this ...
1
vote
3answers
1k views

Encode/decode AMR

I need to create custom classes for PCMtoAMR and AMRtoPCM conversion.(I don't have any framework which I can use for this conversion) Does anyone know of anything already done and available as open ...
1
vote
1answer
17 views

Best approch to decode the PKCS12 file and get the encrypted private key from it using JavaScript

Please suggest any idea to decode the PKCS12 file and get the encrypted private key from it using JavaScript. I know that it can be done very easily using Java Keytool command and Java Security ...
4
votes
1answer
11k views

Android - How to decode and decompile any APK file?

I'm working for ads. My customers give me some APK files of their Apps. My work is insert ads banners into them. After close ads banners, these apps will run. My question is : How to decode and ...
0
votes
1answer
25 views

Extract Base64 That Encoded To Zip PHP

I Have Problem to extract the zip file which created from the base64 data Here is my script <? $basedata = base64_decode($data['data']); $f = fopen ...
0
votes
0answers
54 views

GAE: In mail HEADER UnicodeDecodeError: 'ascii' codec can't decode error

UPDATE: I've figured out that when Gmail is autoforwarding incoming emails then it will keep the emails original header which is not displayed by my code but will raise error. With this I've managed ...
0
votes
2answers
31 views

Convert hex+characters to characters

I want to convert a string like this which contains both hexcode and normal characters into characters in Java. The example input is \x3e\x3c/style\x3e\x3cscript\x3e\x3c! The output should be ...
0
votes
1answer
113 views

Encode/Decode AndroidManifest.xml inside APK

I'm using ApkTool to decode AndroidManifest.xml inside an APK file and it works perfectly but how can I encode it again ,the same way it was encoded before, after applying some changes? For example ...
0
votes
2answers
23 views

Cant base64 decode from mysqli

I'm currently trying to echo information from my SQL database which I had to encode in order for it to efficiently write into the table; now when I try to echo the information, WHILE decoding it, the ...
1
vote
4answers
2k views

Python - Encoding string - Swedish Letters

I'm having some trouble with Python's raw_input command (Python2.6), For some reason, the raw_input does not get the converted string that swedify() produces and this giving me a encoding error which ...
0
votes
1answer
44 views

Json Decode,Access, show and separate names with ID, every 9 names

Hello :) I give you the Json Decode below. http://pastebin.com/XqhTMWCS It presents my last 10 games. I need to get my 4 teamates for every game,and my 5 enemies.(names) When someone is a teamate, ...
0
votes
0answers
25 views

How to encode sounds on android? [duplicate]

Hacker can use apktool to decode from apk file to get resources of app. So how can I decode sounds, images in drawable? Hope you can help me to prevent hacking apk. Thanks
-1
votes
1answer
41 views

Delphi xe2 encode/decode base 64

please someone can send me an example code, using the library Soap.EncdDecd and the functions "EncodeBase64" and "DecodeBase64"? (Using Delphi xe2) Thanks
0
votes
0answers
27 views

js:decode injection on all sites

Some of my sites (different hosts) have been injected with code. I have sites across about 6/7 hosts and two were affected. Ideally I need to decode the JavaScript to see what it is that its trying ...
34
votes
9answers
44k views

QR code (2D barcode) coding and decoding algorithms? [closed]

Looking for free/opensource code or description of algorithms to code (simple) and decode (hard) the 2D barcode QR code. It doesn't seem like a trivial problem, but it's so popular in Japan that ...
-1
votes
3answers
810 views

IonCube php encoder

i have a client that need some php changes, but is scripts are encoded by ioncube "//004ff // IONCUBE ENCODER 7.0 EVALUATION // THIS LICENSE MESSAGE IS ONLY ADDED BY THE EVALUATION ENCODER AND How can ...
0
votes
0answers
8 views

can't echoing tag html with base64 decoding , not appear the content

I want to echo tag html with base64 decoding , it is not appearing in the content. I have encoded html page which is stored in database with base64, when I decode this to html format , the content is ...
-4
votes
0answers
28 views

Hackett's soft decision decoding algorithm on extended golay codes [closed]

I am trying to understand and implement Hackett's soft decision decoding algorithm on extended (24,12) Golay codes, but struggling to understand a few of the steps. Here is a link to the IEEE ...
0
votes
1answer
60 views

Oracle convert DECODE to PIVOT or force use of index

I have a very complex SQL view definition that has been inherited and requires altering to improve performance. It takes a list of records based on a foreign key and displays the rows returned as ...
-1
votes
0answers
38 views

Performance of FFMPEG on iOS [closed]

I am presently using FFMPEG to decode videos and do some post processing on iOS. Below is the configuration of FFMPEG that I am presently using: --enable-version3 \ --enable-static \ ...
0
votes
1answer
25 views

How to decode URL in objective c iphone?

I was wondering if there is a method to decode a string that is in URL encoded format? this is my URL i want to decode it but i dont understand how to do this i tried multiple ways ...
0
votes
0answers
35 views

Decode Oracle function (Base64) [closed]

I am trying to read the implementation of an Oracle function which appears to be in Base64. I got the function text following this method How show function code from package in ORACLE? The first ...
0
votes
0answers
21 views

Urldecode an encodeURI/Component text

I have a query which is encoded in JS query = encodeURIComponent(query); //also tried encodeURI(query); with the same result var request = $.ajax( { type: 'GET', url: ...
0
votes
1answer
37 views

Java decode special characters ¡ and ̧ becomes A?¡ and I?§

I'm trying to read a file name off XML, whose encoding can be changed. The file name on the XML has string such as "I&#768;&#167;oI&#768;" which is supposed to be read by my code as ...
0
votes
0answers
47 views

Decoding Googles Continuous Speech Recognition Result

I am working on a C# version of Googles continuous speech recognition. All is going well however i am suck decoding my result. I have a html output from the output request stream and i have what it is ...
0
votes
1answer
61 views

Saving Backbone JSON object to MySQL table with PHP

I'm saving Backbone model data, which POSTs a JSON object to my save.php file. As the model data will be for my application's users, I'd like to store unique values in a MySQL table. Currently, I'm ...
-4
votes
2answers
49 views

base 64 decode [C]

When i test : char *input_message = "61MiwrkPAHgwgYjD80Fyoh42wjFWgJ1pJSis5gFtOrc="; size_t dlen = 0; base64_decode(NULL, &dlen, (const unsigned char*)input_message, strlen(input_message)); ...
-2
votes
1answer
24 views

php decode function with variables [closed]

E_NOTICE : type 8 -- Undefined index: $realName -- at line 26 *This is the error I'm getting. This is my function function stats($label, $realName){ global $decode; echo ...
1
vote
1answer
45 views

How to decode JSON including \u escape characters as UTF8 NSString?

I'm fetching JSON objects and saving them in NSString as follows: // fetch JSON from a Wiki article NSError *error = nil; NSString *responseString = [NSString stringWithContentsOfURL:myURL ...
0
votes
1answer
15 views

decodeURI decodes space as + symbol

I have created a Google Custom Search. The logic is when a user search, the page will display result and the title of the page will be changed to the search term using javascript. I use decodeURI to ...
0
votes
0answers
19 views

How to get complete link for imdbapi.org arrays in php

I have this PHP code to connect with IMDBapi.org to get list of arrays for director and actors of a movie. But the links are not complete, if for example the actor is 'Val Kilmer' it does display 'Val ...
1
vote
1answer
50 views

Replacing words in Python?

I'm trying to replace the letters in key with the letters in alpha (and vice versa): alpha = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" key = "XPMGTDHLYONZBWEARKJUFSCIQV" I am trying to change a string to ...
1
vote
1answer
30 views

How to base64 encode/decode a dictionary in Python 3?

It gives me an error that the line encoded needs to be bytes not str/dict I know of adding a "b" before the text will solve that and print the encoded thing. import base64 s = ...
0
votes
0answers
43 views

json_decode: Trying to get property of non-object

<?php function get_photos($user_id=XXXX,$count=X,$width=XXX,$height=XXX,$token="XXXX"){ $url = ...
0
votes
2answers
25 views

PHP Json decode is ok, but decoded values are void

I used this code to decode json, sent with curl (POST): $json_obj = json_decode( file_get_contents('php://input')); // JSON as obj var_dump($json_obj); $id_a = $json_obj -> {'$id_a'}; $id_b = ...
0
votes
0answers
16 views

Decode URL Inside HTTP Redirect

Here's my code: <script> jQuery(window).attr("location", "https://myurl.com?firstname=Bretest&lastname=Martest&email=test1%40test.com&phone=(987) 654-3210"); </script> ...
1
vote
0answers
9 views

how to get decoded data of jn5148 using eclipse

I am a newbie . we are using NXP 's jn518 ek 010 and I am using jennet stack . we are using win 7 and for application development we are using eclipse . our project task is to get the ...
0
votes
1answer
84 views

Why is JSON not being returned from GiantBomb API

Im trying to use the GiantBomb api to query video games, and currently when I enter the URL into a browser, it works just fine. The Json data shows up. Heres an example url.. ...
0
votes
3answers
31 views

Oracle check across multiple columns and return the first not 0.00

I have three columns in my result set; o.id o.value_one o.value_two o.value_three ---- ----------- ----------- ------------- 1 1.00 0.00 0.00 2 1.00 ...
0
votes
1answer
22 views

android decode string base 64 to bitmap

Hi guys I wanted to ask you one thing, I have a chat that transfers strings and I can even attach of JPEG images before sending them to convert it into a string and then decode in BITMAP just that ...
0
votes
0answers
18 views

Decode too large mp3 file for android application

I am currently developping an application that requires the following : Load file.mp3 Decode file.mp3 to short array Stream this short array to an audioTrack with some audio modification (time ...
0
votes
2answers
46 views

visual foxpro password field decode php

I'm having trouble comparing two variables for logging to a system i'm working at. We have a visual fox pro system in the company and I am adding a PHP module to it, so I have to use existing .DBF ...
0
votes
1answer
84 views

Json starting with [ foreach warning

I need to grab some json code; it is starting with [ If I try to loop it, I retrieve Warning: Invalid argument supplied for foreach() Can someone help me to decode properly this json? thanks ...
0
votes
0answers
37 views

Decoding base64 from post

I am writing a script that will send all the files listed in a specific directory and post them. So far I have this $http = new HTTPConnection(array(array("SERVER"=>"server details", ...
0
votes
1answer
40 views

Decoding a ENCODING=QUOTED-PRINTABLE string in Android

I'm trying to decode a string from my vcard ADR;WORK;;ENCODING=QUOTED-PRINTABLE:;Building 723 Room 317;;Auckland;;Private Bag 92019 Auckland;New Zealand into standard text to display on my Android ...
0
votes
1answer
51 views

Android/Java referenced library issues - NoSuchMethodError

I have been getting a NoSuchMethodError from an external library that I am using in Eclipse. I'm trying to run a parser that gets VCard data and decodes it, using this library, which ships with all ...
0
votes
2answers
40 views

What's wrong with my program to decode an image?

I'm given an image file and the real image is hidden behind random pixels. I have to decode the image by multiplying the red value by 10 and by setting the green/blue values equal to that new red ...
0
votes
1answer
46 views

PHP,UTF-8 decode

I've encoded some text(Chinese characters), which now seems like: %u30102009%u7EA7%u3011%u672A%u63D0%u4EA4%u5B9E%u4E60%u6587%u4EF6%u7684%u540C%u5B66%u8BF7%u5C3D%u5FEB%u63D0%u4EA4 Then, how can I ...
0
votes
1answer
42 views

Decoding XML in Base64 ActionScript 3.0

I'm trying to import an XML file that has been Base64 encoded in Flash. The import is fairly simple: var myXML:XML; var myLoader:URLLoader = new URLLoader(); myLoader.load(new ...
-2
votes
2answers
36 views

Error decoding mixed encoding JSON string

I have trouble parsing a dict with a list that contains both ascii and unicode. This is my pretty string: pretty_string = """{ "list": [ "this_keyword_in_ascii", ...

1 2 3 4 5 18