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. |

| Subject: | Re: Determining the encryption used |
|---|---|
| Date: | Thu, 11 May 2006 17:46:20 -0400 |
Is it possible to determine the encryption used by "looking" at the encrypted results or lenght ? I know that with Base64 it's pretty easy because of the "==" at the end.
This can be very difficult. Ciphertext is supposed to look completely random, so a secure algorithm will give away little. Length can be helpful though. If the encryption was done with a block cipher in ECB or CBC modes, then all texts will have lengths which are a multiple of the block size. There are many ciphers which have the same block size now though, and most new ones are using 128 bit (16-byte) blocks. Common ciphers which use 64-bit blocks are DES and Blowfish. If the length across many instances is not a multiple of any large block size, then it may be a block cipher used in OFB/CFB modes, or a stream cipher. That, or something home-grown and likely weak. HTH, tim ------------------------------------------------------------------------------ This List Sponsored by: Cenzic Concerned about Web Application Security? Why not go with the #1 solution - Cenzic, the only one to win the Analyst's Choice Award from eWeek. As attacks through web applications continue to rise, you need to proactively protect your applications from hackers. Cenzic has the most comprehensive solutions to meet your application security penetration testing and vulnerability management needs. You have an option to go with a managed service (Cenzic ClickToSecure) or an enterprise software (Cenzic Hailstorm). Download FREE whitepaper on how a managed service can help you: http://www.cenzic.com/news_events/wpappsec.php And, now for a limited time we can do a FREE audit for you to confirm your results from other product. Contact us at request@cenzic.com for details. ------------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Pentester convicted.., Art Cooper |
|---|---|
| Next by Date: | Re: Determining the encryption used, Rodrigo Ramos |
| Previous by Thread: | Re: Determining the encryption used, Art Cooper |
| Next by Thread: | Re: Determining the encryption used, Rodrigo Ramos |
| Indexes: | [Date] [Thread] [Top] [All Lists] |