Hi,
If you do this kind of known plaintext activity then start by generating a
dictionary mapping passwords to hashes. Start with single characters and
work up.

Is the length of the crypt the same each time?
Does the password length affect the length of the crypt?
Does 'aaa' yield a similar crypt to 'aab'?
Is there a maximum password length after which the password is truncated
before being hashed (think Unix crypt)?

At worst you can create a rainbow table for this implementation, assuming
you can automate password generation.

Jim


2009/7/15 <[email protected]>

> Hello All:
>
> I am looking for some utilities/framework for testing  encryption schemes,
> I am testing an application prior to production and I would like to know
> what steps would one take to reverse the following:
>
> Plain text password       Encrypted
>  abcdef                   +PSTK8+K
>  123456                   +3fYeUaJ
>
>
> Thanks in advanced!
> Sent from my Verizon Wireless BlackBerry
> _______________________________________________
> Pauldotcom mailing list
> [email protected]
> http://mail.pauldotcom.com/cgi-bin/mailman/listinfo/pauldotcom
> Main Web Site: http://pauldotcom.com
>
_______________________________________________
Pauldotcom mailing list
[email protected]
http://mail.pauldotcom.com/cgi-bin/mailman/listinfo/pauldotcom
Main Web Site: http://pauldotcom.com

Reply via email to