A deciphering riddle












3












$begingroup$


Recently in class a computer science related deciphering riddle was shown which I could not solve. For the course itself it is not obligatory to solve it but I am interested in the topic and I wonder if it is actually solveable with the given details of the riddle.



It is about finding out encryption mapping of the following two strings, they both are encrypted according to the same mapping:



String 1:

C : 0 0 0 0 0 0 . c p p

Encrypted: b9b5564e04199314fee1c93587



String 2:

D : 0 0 0 0 0 0 . c p p

Encrypted: be6dca92656480aa051269aa27










share|improve this question











$endgroup$








  • 1




    $begingroup$
    If string really is "C : 0 0 0 0 0 0 . c p p " then encryption is in fact hash function…
    $endgroup$
    – Jan Ivan
    Mar 15 '17 at 7:53






  • 1




    $begingroup$
    I agree it looks like a hash function. Something like md5 perhaps?
    $endgroup$
    – dave
    Mar 16 '17 at 4:26










  • $begingroup$
    Your replies now make this more and more exciting! @JanIvan and dave ,what hints can be found in the strings and encrypted strings, that this ismd5?
    $endgroup$
    – Bruder Lustig
    Mar 16 '17 at 9:41






  • 1




    $begingroup$
    if string="C : 0 0 0 0 0 0 . c p p " then it has to be hash function, proly not md5, but some. Because there is no way to get back from hex numbers to ASCII with same amount of characters. but if string is "C:00000.cpp" then it is solvable… hard, but solvable
    $endgroup$
    – Jan Ivan
    Mar 16 '17 at 10:07








  • 1




    $begingroup$
    @JanIvan you can say that it is not simple substitution of whole alphabet to ASCII codes, but IMHO it is not completely correct that it has to be some sort of hash function. There are only 9 characters presented (CD :.cp) so one hex number is enough to convert one character. It could also contain some sort of lossless compression. Since both strings has same length it is hard to tell more than the first character influence the rest of the result.
    $endgroup$
    – Artholl
    Mar 30 '17 at 12:03
















3












$begingroup$


Recently in class a computer science related deciphering riddle was shown which I could not solve. For the course itself it is not obligatory to solve it but I am interested in the topic and I wonder if it is actually solveable with the given details of the riddle.



It is about finding out encryption mapping of the following two strings, they both are encrypted according to the same mapping:



String 1:

C : 0 0 0 0 0 0 . c p p

Encrypted: b9b5564e04199314fee1c93587



String 2:

D : 0 0 0 0 0 0 . c p p

Encrypted: be6dca92656480aa051269aa27










share|improve this question











$endgroup$








  • 1




    $begingroup$
    If string really is "C : 0 0 0 0 0 0 . c p p " then encryption is in fact hash function…
    $endgroup$
    – Jan Ivan
    Mar 15 '17 at 7:53






  • 1




    $begingroup$
    I agree it looks like a hash function. Something like md5 perhaps?
    $endgroup$
    – dave
    Mar 16 '17 at 4:26










  • $begingroup$
    Your replies now make this more and more exciting! @JanIvan and dave ,what hints can be found in the strings and encrypted strings, that this ismd5?
    $endgroup$
    – Bruder Lustig
    Mar 16 '17 at 9:41






  • 1




    $begingroup$
    if string="C : 0 0 0 0 0 0 . c p p " then it has to be hash function, proly not md5, but some. Because there is no way to get back from hex numbers to ASCII with same amount of characters. but if string is "C:00000.cpp" then it is solvable… hard, but solvable
    $endgroup$
    – Jan Ivan
    Mar 16 '17 at 10:07








  • 1




    $begingroup$
    @JanIvan you can say that it is not simple substitution of whole alphabet to ASCII codes, but IMHO it is not completely correct that it has to be some sort of hash function. There are only 9 characters presented (CD :.cp) so one hex number is enough to convert one character. It could also contain some sort of lossless compression. Since both strings has same length it is hard to tell more than the first character influence the rest of the result.
    $endgroup$
    – Artholl
    Mar 30 '17 at 12:03














3












3








3


1



$begingroup$


Recently in class a computer science related deciphering riddle was shown which I could not solve. For the course itself it is not obligatory to solve it but I am interested in the topic and I wonder if it is actually solveable with the given details of the riddle.



It is about finding out encryption mapping of the following two strings, they both are encrypted according to the same mapping:



String 1:

C : 0 0 0 0 0 0 . c p p

Encrypted: b9b5564e04199314fee1c93587



String 2:

D : 0 0 0 0 0 0 . c p p

Encrypted: be6dca92656480aa051269aa27










share|improve this question











$endgroup$




Recently in class a computer science related deciphering riddle was shown which I could not solve. For the course itself it is not obligatory to solve it but I am interested in the topic and I wonder if it is actually solveable with the given details of the riddle.



It is about finding out encryption mapping of the following two strings, they both are encrypted according to the same mapping:



String 1:

C : 0 0 0 0 0 0 . c p p

Encrypted: b9b5564e04199314fee1c93587



String 2:

D : 0 0 0 0 0 0 . c p p

Encrypted: be6dca92656480aa051269aa27







cipher cryptography computer-science






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 14 '17 at 16:19







Bruder Lustig

















asked Mar 14 '17 at 16:14









Bruder LustigBruder Lustig

1194




1194








  • 1




    $begingroup$
    If string really is "C : 0 0 0 0 0 0 . c p p " then encryption is in fact hash function…
    $endgroup$
    – Jan Ivan
    Mar 15 '17 at 7:53






  • 1




    $begingroup$
    I agree it looks like a hash function. Something like md5 perhaps?
    $endgroup$
    – dave
    Mar 16 '17 at 4:26










  • $begingroup$
    Your replies now make this more and more exciting! @JanIvan and dave ,what hints can be found in the strings and encrypted strings, that this ismd5?
    $endgroup$
    – Bruder Lustig
    Mar 16 '17 at 9:41






  • 1




    $begingroup$
    if string="C : 0 0 0 0 0 0 . c p p " then it has to be hash function, proly not md5, but some. Because there is no way to get back from hex numbers to ASCII with same amount of characters. but if string is "C:00000.cpp" then it is solvable… hard, but solvable
    $endgroup$
    – Jan Ivan
    Mar 16 '17 at 10:07








  • 1




    $begingroup$
    @JanIvan you can say that it is not simple substitution of whole alphabet to ASCII codes, but IMHO it is not completely correct that it has to be some sort of hash function. There are only 9 characters presented (CD :.cp) so one hex number is enough to convert one character. It could also contain some sort of lossless compression. Since both strings has same length it is hard to tell more than the first character influence the rest of the result.
    $endgroup$
    – Artholl
    Mar 30 '17 at 12:03














  • 1




    $begingroup$
    If string really is "C : 0 0 0 0 0 0 . c p p " then encryption is in fact hash function…
    $endgroup$
    – Jan Ivan
    Mar 15 '17 at 7:53






  • 1




    $begingroup$
    I agree it looks like a hash function. Something like md5 perhaps?
    $endgroup$
    – dave
    Mar 16 '17 at 4:26










  • $begingroup$
    Your replies now make this more and more exciting! @JanIvan and dave ,what hints can be found in the strings and encrypted strings, that this ismd5?
    $endgroup$
    – Bruder Lustig
    Mar 16 '17 at 9:41






  • 1




    $begingroup$
    if string="C : 0 0 0 0 0 0 . c p p " then it has to be hash function, proly not md5, but some. Because there is no way to get back from hex numbers to ASCII with same amount of characters. but if string is "C:00000.cpp" then it is solvable… hard, but solvable
    $endgroup$
    – Jan Ivan
    Mar 16 '17 at 10:07








  • 1




    $begingroup$
    @JanIvan you can say that it is not simple substitution of whole alphabet to ASCII codes, but IMHO it is not completely correct that it has to be some sort of hash function. There are only 9 characters presented (CD :.cp) so one hex number is enough to convert one character. It could also contain some sort of lossless compression. Since both strings has same length it is hard to tell more than the first character influence the rest of the result.
    $endgroup$
    – Artholl
    Mar 30 '17 at 12:03








1




1




$begingroup$
If string really is "C : 0 0 0 0 0 0 . c p p " then encryption is in fact hash function…
$endgroup$
– Jan Ivan
Mar 15 '17 at 7:53




$begingroup$
If string really is "C : 0 0 0 0 0 0 . c p p " then encryption is in fact hash function…
$endgroup$
– Jan Ivan
Mar 15 '17 at 7:53




1




1




$begingroup$
I agree it looks like a hash function. Something like md5 perhaps?
$endgroup$
– dave
Mar 16 '17 at 4:26




$begingroup$
I agree it looks like a hash function. Something like md5 perhaps?
$endgroup$
– dave
Mar 16 '17 at 4:26












$begingroup$
Your replies now make this more and more exciting! @JanIvan and dave ,what hints can be found in the strings and encrypted strings, that this ismd5?
$endgroup$
– Bruder Lustig
Mar 16 '17 at 9:41




$begingroup$
Your replies now make this more and more exciting! @JanIvan and dave ,what hints can be found in the strings and encrypted strings, that this ismd5?
$endgroup$
– Bruder Lustig
Mar 16 '17 at 9:41




1




1




$begingroup$
if string="C : 0 0 0 0 0 0 . c p p " then it has to be hash function, proly not md5, but some. Because there is no way to get back from hex numbers to ASCII with same amount of characters. but if string is "C:00000.cpp" then it is solvable… hard, but solvable
$endgroup$
– Jan Ivan
Mar 16 '17 at 10:07






$begingroup$
if string="C : 0 0 0 0 0 0 . c p p " then it has to be hash function, proly not md5, but some. Because there is no way to get back from hex numbers to ASCII with same amount of characters. but if string is "C:00000.cpp" then it is solvable… hard, but solvable
$endgroup$
– Jan Ivan
Mar 16 '17 at 10:07






1




1




$begingroup$
@JanIvan you can say that it is not simple substitution of whole alphabet to ASCII codes, but IMHO it is not completely correct that it has to be some sort of hash function. There are only 9 characters presented (CD :.cp) so one hex number is enough to convert one character. It could also contain some sort of lossless compression. Since both strings has same length it is hard to tell more than the first character influence the rest of the result.
$endgroup$
– Artholl
Mar 30 '17 at 12:03




$begingroup$
@JanIvan you can say that it is not simple substitution of whole alphabet to ASCII codes, but IMHO it is not completely correct that it has to be some sort of hash function. There are only 9 characters presented (CD :.cp) so one hex number is enough to convert one character. It could also contain some sort of lossless compression. Since both strings has same length it is hard to tell more than the first character influence the rest of the result.
$endgroup$
– Artholl
Mar 30 '17 at 12:03










1 Answer
1






active

oldest

votes


















0












$begingroup$

Covered in a liquid
Thicker than water
Covered in people
That no longer move
Riddled with metal
That once sang a song of death
Horrifying to most
Glorious to some
What am I?






share|improve this answer








New contributor




afafs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






$endgroup$













  • $begingroup$
    Hi and welcome to puzzling.SE! This does not seem to be an answer to this question, but a new riddle. Please ask it separately instead.
    $endgroup$
    – Akari
    12 mins ago











Your Answer





StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "559"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f50006%2fa-deciphering-riddle%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0












$begingroup$

Covered in a liquid
Thicker than water
Covered in people
That no longer move
Riddled with metal
That once sang a song of death
Horrifying to most
Glorious to some
What am I?






share|improve this answer








New contributor




afafs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






$endgroup$













  • $begingroup$
    Hi and welcome to puzzling.SE! This does not seem to be an answer to this question, but a new riddle. Please ask it separately instead.
    $endgroup$
    – Akari
    12 mins ago
















0












$begingroup$

Covered in a liquid
Thicker than water
Covered in people
That no longer move
Riddled with metal
That once sang a song of death
Horrifying to most
Glorious to some
What am I?






share|improve this answer








New contributor




afafs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






$endgroup$













  • $begingroup$
    Hi and welcome to puzzling.SE! This does not seem to be an answer to this question, but a new riddle. Please ask it separately instead.
    $endgroup$
    – Akari
    12 mins ago














0












0








0





$begingroup$

Covered in a liquid
Thicker than water
Covered in people
That no longer move
Riddled with metal
That once sang a song of death
Horrifying to most
Glorious to some
What am I?






share|improve this answer








New contributor




afafs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






$endgroup$



Covered in a liquid
Thicker than water
Covered in people
That no longer move
Riddled with metal
That once sang a song of death
Horrifying to most
Glorious to some
What am I?







share|improve this answer








New contributor




afafs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this answer



share|improve this answer






New contributor




afafs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered 19 mins ago









afafsafafs

1




1




New contributor




afafs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





afafs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






afafs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • $begingroup$
    Hi and welcome to puzzling.SE! This does not seem to be an answer to this question, but a new riddle. Please ask it separately instead.
    $endgroup$
    – Akari
    12 mins ago


















  • $begingroup$
    Hi and welcome to puzzling.SE! This does not seem to be an answer to this question, but a new riddle. Please ask it separately instead.
    $endgroup$
    – Akari
    12 mins ago
















$begingroup$
Hi and welcome to puzzling.SE! This does not seem to be an answer to this question, but a new riddle. Please ask it separately instead.
$endgroup$
– Akari
12 mins ago




$begingroup$
Hi and welcome to puzzling.SE! This does not seem to be an answer to this question, but a new riddle. Please ask it separately instead.
$endgroup$
– Akari
12 mins ago


















draft saved

draft discarded




















































Thanks for contributing an answer to Puzzling Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f50006%2fa-deciphering-riddle%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to label and detect the document text images

Vallis Paradisi

Tabula Rosettana