Passwords in plaintext for user migration
Is there an easy way to get the passwords in plaintext out of the database of my VB4 install? I have DB access, obviously.
I am migrating to a custom login api. I need to get the passwords in plaintext, so I can re-encrypt them and insert them into the new system.
Is there any documentation for the VB4 login system?
--------------- Added [DATE]1425620464[/DATE] at [TIME]1425620464[/TIME] ---------------
Looks like my choices are to either use VB's algorithm along with the existing passwords in my new design, or ask the users to specify a new password when they log in.
|