如何找出loginid&密码 [英] how to find out loginid & password

查看:105
本文介绍了如何找出loginid&密码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在sqlserver 2008中具有数据库,因为我已将loginid和密码释放到了我的项目(已更改为不同的登录页面),但是在运行应用程序时我无法登录,可以建议我如何找出登录信息吗?来自不同表的id和passowrd或用于查询登录ID和密码的任何查询

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

推荐答案

您好
您可以通过在VS.NET或MS-SQL Server管理工作室中打开服务器资源管理器"来查看用户名和密码.打开数据库节点,然后右键单击保存用户名和密码的表,它将在其中显示实体列表.

要找出使用了哪些表,可以检查登录页面,在该页面上将写入登录逻辑.必须是存储过程,否则登录按钮的Click事件将使用任何其他机制.

但是,在这种情况下,可能是您在密码"字段上使用了某种加密方法,所以您必须让我们知道您使用了哪种加密技术来加密密码,而必须使用相同的技术对其进行解密以保存实际值.
如果有任何加密,请告诉我们您使用的加密技术.
最好的问候.
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.


这篇关于如何找出loginid&密码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆