Hi,
I am taking over a web site built on PHPCake, and the goal is to get it off cake. I can reproduce all functionality simply by going through the processes a user and the admin would take. I have the database and all the data.
The one thing I need to do is to decrypt the passwords. The owner and I have talked this over and although we agree we could ask all users to help us with this - that it would be a tedious process.
Given that I have all the encrypted passwords, and some of the decrypted equivalents - is it possible to figure out the algorithm that creates the encryption?
I know it sounds scary or like a no-no, but I am only trying to be efficient with a project handed over to me after some newbies and wannabees made a mess of the whole thing.
Anything I do is already on a dev/test box so there is no harm to the production system. There are about 200 users and asking them for their passwords - doesn't seem great. We will do that if necessary but hoping to just figure out a decrypt scheme. The new platform will not be Cake and will not follow its methods.
Thanks,
KB
I am taking over a web site built on PHPCake, and the goal is to get it off cake. I can reproduce all functionality simply by going through the processes a user and the admin would take. I have the database and all the data.
The one thing I need to do is to decrypt the passwords. The owner and I have talked this over and although we agree we could ask all users to help us with this - that it would be a tedious process.
Given that I have all the encrypted passwords, and some of the decrypted equivalents - is it possible to figure out the algorithm that creates the encryption?
I know it sounds scary or like a no-no, but I am only trying to be efficient with a project handed over to me after some newbies and wannabees made a mess of the whole thing.
Anything I do is already on a dev/test box so there is no harm to the production system. There are about 200 users and asking them for their passwords - doesn't seem great. We will do that if necessary but hoping to just figure out a decrypt scheme. The new platform will not be Cake and will not follow its methods.
Thanks,
KB