Page 1 of 1
mistake in question 59
Posted: Tue Jun 09, 2009 1:36 am
by sameer2
i feel like that q59 has a mistake in it.. there is a perion '.' missing in the encrypted text, initially i got the answer wrong but when i added, i think 42, which is the ASCII order of a period i got the right answer.. did anybody experience something like this??
Re: mistake in question 59
Posted: Tue Jun 09, 2009 8:40 am
by Georg
No. Your program is probably not reading/decrypting each ASCII value.
Re: mistake in question 59
Posted: Tue Nov 09, 2010 3:39 pm
by HackworthF
Can you define what "common english words" means? Does that include whitespaces, or punctuation, or any other characters outside of the [a-z] and [A-Z] range between the words?
Re: mistake in question 59
Posted: Tue Nov 09, 2010 8:59 pm
by rayfil
Does that include whitespaces, or punctuation, or any other characters outside of the [a-z] and [A-Z] range between the words?
Yes. Once decrypted, it should read as a normal text if you display it on the screen.