Last post Apr 02, 2017 05:03 PM by asp.ambur
Member
57 Points
294 Posts
Mar 31, 2017 12:13 PM|SSK_Nani|LINK
Hi Team
How to encrypt Username and password from client side (Javascript or c#) and decrypt same in SQL server.
I am using login page, I want to pass encrypted username and password to SQL server to the procedure.
In Procedure I want to decrypt the password.
Participant
1060 Points
320 Posts
Mar 31, 2017 12:42 PM|deepalgorithm|LINK
My recommendation - encrypt and decrypt it in C#, not in SQL Server.
https://www.codeproject.com/articles/769741/csharp-aes-bits-encryption-library-with-salt
399 Points
1101 Posts
Apr 02, 2017 05:03 PM|asp.ambur|LINK
Member
57 Points
294 Posts
How to encrypt Username and password from client side and decrypt same in sql server.
Mar 31, 2017 12:13 PM|SSK_Nani|LINK
Hi Team
How to encrypt Username and password from client side (Javascript or c#) and decrypt same in SQL server.
I am using login page, I want to pass encrypted username and password to SQL server to the procedure.
In Procedure I want to decrypt the password.
Participant
1060 Points
320 Posts
Re: How to encrypt Username and password from client side and decrypt same in sql server.
Mar 31, 2017 12:42 PM|deepalgorithm|LINK
My recommendation - encrypt and decrypt it in C#, not in SQL Server.
https://www.codeproject.com/articles/769741/csharp-aes-bits-encryption-library-with-salt
Member
399 Points
1101 Posts
Re: How to encrypt Username and password from client side and decrypt same in sql server.
Apr 02, 2017 05:03 PM|asp.ambur|LINK