SQL Server表上的密码帮助 [英] password Help on sql server table

查看:68
本文介绍了SQL Server表上的密码帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,
我正在为sql server中的员工制作一个登录表.我想在表中存储加密密码的内容.我想询问的是,在sql server数据库引擎中是否已经针对此类应用程序构建了任何加密方法,或者我必须做出自己的加密技术才能隐藏密码.
请帮助我节省开发时间.
非常感谢
问候

Sql具有一些内置的加密技术(请参阅^ ])

但是,如果允许用户创建自己的密码,则可以使用.NET库(请参见 .NET简化加密 [^ ])


Hi Folks,
I am making a login table for employees in sql server. what I want to store encrypted passwords in the table. I want to inquire is there any encryption method already built for such type of application in sql server database engine, or i have to make my own encryption technique to hide the password.
Please help me to save my development time.
Thank you so much
regards

解决方案

Sql has some built in encryption techniques (see here[^])

However, if you''re allowing users to create their own passwords, you can use the .NET libraries (see .NET Encryption Simplified[^])


这篇关于SQL Server表上的密码帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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