Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Security-Basics
[Top] [All Lists]

Re: How to verify a decrypted cyphertext

Subject: Re: How to verify a decrypted cyphertext
Date: Sat, 20 May 2006 16:50:04 -0400
I assume you're referring to some sort of brute-force attempt to find the key. In the case of a random message, there is absolutely no way to verify that the decoding was properly done unless there is some pattern to the message (such as a language or something similar). If the key was known, the only way to verify successful decoding would be to re-decrypt the message and ensure that you got the same result.

alexpheno@gmail.com wrote:
Hello list,



Does anybody know how a computer verifies that it has succesfully decrypted a

cyphertext?



In the case of Project RC5, they have to find out a string which is known to be

readable and probably use pattern-matching algorithms based on some sort of

dictionary (my 2 cents). But in the case of a encrypted random string how woud one

know that the solution has been found.



Thanks.



<Prev in Thread] Current Thread [Next in Thread>