Click to See Complete Forum and Search --> : Help with decrypting algorithm


Andrex
October 30th, 2006, 02:44 PM
I have several phrases encrypted and decrypted with the same password, and what I need is to found the password used to encrypt them.

If anyone has an idea on how to implement this, or get an existing function to do so, please let me know. Thanks!

wildfrog
October 30th, 2006, 03:02 PM
One solution is brute force. Try every single password until you hit the correct one.

- petter

Andrex
October 30th, 2006, 09:11 PM
But there should be a more effective way since I already have the decrypted strings... brute force would take long otherwise.