|
إنضمامك إلي منتديات استراحات زايد يحقق لك معرفة كل ماهو جديد في عالم الانترنت ...
انضم الينا
#1
| ||
| ||
Hello my name is TwEaK im 16 and im not "new" to vB I have messed around with it before im a Visual Basic coder and im using MySQL with a application im making, now my problem is what im trying to do is Re MD5 the inputed password by the user that is using my app, so it can compare it to the Orignal MD5 password already on the database, so I can assure that the user is registered to my site. The reason im doing this is because once it confirms the username and password are correct it will Insert that persons GUID * Globally Unique Identifier * into a table I made for VIP members. Example. Lets say this is my Encrypted password Encrypted Pass = '5aeba05efadda0c54258d63278cc7867' And lets say my real password Real Pass = 'OMGITSACAR' What im trying to do is Re MD5 the real password back to the Encrypted password using a MySQL command This is all I got so far for the MySQL command SELECT * from `user` where `username` = 'Test' AND `password` = MD5(MD5('OMGITSACAR' + salt)) But no luck, Please vB masters help me out thank you. Any good information is appreciated. This is what my app looks like so far ![]() __DEFINE_LIKE_SHARE__ |
مواقع النشر (المفضلة) |
| |