Shilpa
Forum Replies Created
-
Forum: Hacks
In reply to: WordPress Login credentials Pass to another sitehi bitpath,
Sorry to say but i did not get how useful LDAP for me?
Please will you explain me in details.
I have explain my whole process above what exactly i want, but once again i explain it as
See my whole process of wordpress and asp.net site.
- Once user come to my wordpress site then they do registration on wp site that credentials(username, password, email id, name etc) has saved in wp db.
- Then as user finished his registration on wp site it click on one link which has asp.net site (our online test engine).
- As user goes to our asp.net site it show login panel of site where user need to input same username and password.
- Those username and password enter in asp.net login need to check at wp db that it has same then if same it goes further to asp.net site.
- Now my problem is that which password enter in wp it encrypted in one format which unable to match with password(text format : not encrypted to any format) enter in asp.net site.
- Thats why i want decrypt password of wp but it not possible at all as you told above.
- then please tell me how to match password of two sites then and then user able go further smoothly without any error in login process.
Forum: Hacks
In reply to: WordPress Login credentials Pass to another sitehi bcworkz,
Please tell me which standard hashing algorithms has been used in wordpress to encrypt password?
Is it MD5 Hash?
Forum: Hacks
In reply to: WordPress Login credentials Pass to another siteI will go with Hash function.
Forum: Hacks
In reply to: WordPress Login credentials Pass to another siteThank you so much it’s all information really usable me.
Forum: Hacks
In reply to: WordPress Login credentials Pass to another sitehi bcworkz,
See my whole process of wordpress and asp.net site.
- Once user come to my wordpress site then they do registration on wp site that credentials(username, password, email id, name etc) has saved in wp db.
- Then as user finished his registration on wp site it click on one link which has asp.net site (our online test engine).
- As user goes to our asp.net site it show login panel of site where user need to input same username and password.
- Those username and password enter in asp.net login need to check at wp db that it has same then if same it goes further to asp.net site.
- Now my problem is that which password enter in wp it encrypted in one format which unable to match with password(text format : not encrypted to any format) enter in asp.net site.
- Thats why i want decrypt password of wp but it not possible at all as you told above.
- then please tell me how to match password of two sites then and then user able go further smoothly without any error in login process.
Forum: Hacks
In reply to: WordPress Login credentials Pass to another siteThanks for reply.
Credentials means the login form values entered by the user as username and password.
Those username and password has to check at asp.net login page then user enter in asp.net site.
mostly password has encrypted in wordpress database which i want to decrypt then it check at asp.net databse when it validate user goes further asp.net site.
so how should i do it?