Click here to Skip to main content
16,003,462 members
Home / Discussions / Algorithms
   

Algorithms

 
QuestionI need help decrypting an encrypted text (I also got cleartext examples) Pin
SimpleData30-Aug-09 2:43
SimpleData30-Aug-09 2:43 
JokeRe: I need help decrypting an encrypted text (I also got cleartext examples) Pin
annathor30-Aug-09 23:23
annathor30-Aug-09 23:23 
GeneralRe: I need help decrypting an encrypted text (I also got cleartext examples) Pin
SimpleData30-Aug-09 23:24
SimpleData30-Aug-09 23:24 
GeneralRe: I need help decrypting an encrypted text (I also got cleartext examples) Pin
Richard MacCutchan31-Aug-09 7:29
mveRichard MacCutchan31-Aug-09 7:29 
GeneralRe: I need help decrypting an encrypted text (I also got cleartext examples) Pin
SimpleData31-Aug-09 8:03
SimpleData31-Aug-09 8:03 
GeneralRe: I need help decrypting an encrypted text (I also got cleartext examples) Pin
Richard MacCutchan31-Aug-09 9:21
mveRichard MacCutchan31-Aug-09 9:21 
GeneralRe: I need help decrypting an encrypted text (I also got cleartext examples) Pin
SimpleData31-Aug-09 9:31
SimpleData31-Aug-09 9:31 
AnswerRe: I need help decrypting an encrypted text (I also got cleartext examples) Pin
supercat931-Aug-09 12:28
supercat931-Aug-09 12:28 
A few observations:

-1- Decoding an encrypted message without the key or algorithm will in general be hard enough that nobody's going to want to bother if they're not getting paid.

-2- If the encryption algorithm is decent, decoding will essentially be impossible.

-3- This particular algorithm doesn't seem very good.

-4- Cleartext characters outside the range [A-Za-z] are unchanged.

-5- There seems to be a 1:1 correlation between cleartext characters and encrypted characters. For example, in the first line, both "a"'s map to "X" and all of the "i"'s map to "m".

-6- The key appears to be base64 encoded. Running the portion between the "%" and the "_" through a base64 decoder may make clear what it represents. Probably a translation table.
GeneralRe: I need help decrypting an encrypted text (I also got cleartext examples) [modified] Pin
annathor31-Aug-09 21:34
annathor31-Aug-09 21:34 
GeneralRe: I need help decrypting an encrypted text (I also got cleartext examples) Pin
SimpleData31-Aug-09 23:33
SimpleData31-Aug-09 23:33 
AnswerRe: I need help decrypting an encrypted text (I also got cleartext examples) Pin
mbyamukama1-Sep-09 21:09
mbyamukama1-Sep-09 21:09 
GeneralRe: I need help decrypting an encrypted text (I also got cleartext examples) Pin
SimpleData2-Sep-09 0:03
SimpleData2-Sep-09 0:03 
QuestionHelp needed. Do you know whether I can use mean-shift to solve this problem? [modified] Pin
superwave30-Aug-09 1:39
superwave30-Aug-09 1:39 
QuestionFinding a polygon that encloses a set of points Pin
gantww28-Aug-09 7:49
gantww28-Aug-09 7:49 
AnswerRe: Finding a polygon that encloses a set of points Pin
Randor 28-Aug-09 8:15
professional Randor 28-Aug-09 8:15 
AnswerRe: Finding a polygon that encloses a set of points Pin
ely_bob18-Nov-09 15:12
professionalely_bob18-Nov-09 15:12 
QuestionEncrypt/Decrypt .EXE Pin
gencast27-Aug-09 20:48
gencast27-Aug-09 20:48 
AnswerRe: Encrypt/Decrypt .EXE Pin
Moreno Airoldi28-Aug-09 1:33
Moreno Airoldi28-Aug-09 1:33 
QuestionAlgorithm for a de-captcha project Pin
Sepirothftw27-Aug-09 10:33
Sepirothftw27-Aug-09 10:33 
GeneralRe: Algorithm for a de-captcha project Pin
harold aptroot27-Aug-09 11:02
harold aptroot27-Aug-09 11:02 
AnswerRe: Algorithm for a de-captcha project Pin
Eddy Vluggen1-Sep-09 2:34
professionalEddy Vluggen1-Sep-09 2:34 
Answeroff topic Pin
Sauce!8-Sep-09 6:54
Sauce!8-Sep-09 6:54 
GeneralRe: off topic Pin
ely_bob18-Nov-09 15:18
professionalely_bob18-Nov-09 15:18 
AnswerRe: Algorithm for a de-captcha project Pin
TAREQ F ABUZUHRI14-Nov-10 23:01
TAREQ F ABUZUHRI14-Nov-10 23:01 
QuestionImage segmentation help Pin
kabirbdboy26-Aug-09 3:29
kabirbdboy26-Aug-09 3:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.