TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Riddhi Valecha
444
3.3k
411.7k
Encrypt and Decrypt Passwords in SQL Server 2008.
Dec 5 2014 2:43 PM
Hi..
I want to form a query in SQL.
My Requirement is-
I have a table - (Table Name - Users)
ID
UserName
Password
EncryptedPassword
Location
IsActive
1
abc
abc
0x7890000
US
1
2
def
def
0x88776655
UK
1
3
ghi
ghi
0x1122334455
India
1
4
jkl
jkl
0x987654321234
Australia
1
In EncryptedPassword field, for inserting data, I am passing PWDENCRYPT(@Password).
This has some varbinary values.
I want to fire a select query for checking whether the username and password are correct or not.
My query is-
select Username, PWDCOMPARE(Password, PWDENCRYPT(EncryptPassword)) PasswordCompare, Location from Users where IsActive=1
Here, even if I pass correct password, I get the PasswordCompare field as 0.
How to encrypt and decrypt passwords in SQL Server??
Please help.
Reply
Answers (
6
)
Texbox Readonly Problem
Its doenst clean my textbox? What happen?