Click here to Skip to main content
15,907,183 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have database within sqlserver 2008,in that i have loginid & password releated to my project(releted to different login pages) but i can't login when i was run application can u just suggest me how to find out login id & passowrd from different tables or any queries to find out login id & password
Posted

1 solution

hello there
you can see the User name and password by opening the Server Explorer with in the VS.NET or MS-SQL Server management studio. Open the Database Node And Right click on the Table Where User Name And Password are Saved, it will show you a list of the Entires there.

to find out what tables are used you can check the login page there where the logic for the Login Will Be written. Must be a Stored Procedure or any other mechanism will be used on the login buttons Click event.

But may be you used some encryption on the Password field in that case you have to let us know what encryption technique you used to encrypt the password by using this same technique you have to decrypt it to saw tha actual values saved.
if there is any encryption then let us know the encryption techniue you used.
best regards.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900