The text of this article is not in this database — only its details are. Read it on the old site: Save Encrypted Password In Database In ASP.NET
31 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Save Encrypted Password In Database In ASP.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Amit SharmaPosted Nov 19, 2019, 1:57 AM
This is NO encryption... One can easily get Password out of this string
Subin ThomasPosted Feb 19, 2019, 12:53 AM
Nice article can you tell me how to encrypt user password field and check with encrypted value in db.
Shamji JethvaPosted Apr 19, 2018, 5:46 PM
Which algorithm does it use to encrypt? AND how we can use decrypt it to use in login form?
Shamji JethvaPosted Apr 19, 2018, 4:33 PM
Which algorithm does it use to encrypt it?
ovis ariesPosted Mar 8, 2017, 1:48 PM
Its not the password used by asp.net
AbedElHamid AlWahidyPosted Oct 20, 2016, 3:58 AM
Good Job Nilesh Jadav
Suresh MolabantiPosted Jul 14, 2016, 6:47 AM
Good One it's very helpful to me
Ramakrishna MPosted May 26, 2016, 12:52 AM
Its not at all encryption....its just ENCODING.....BOSS
Sonu ChaudharyPosted Mar 17, 2016, 7:36 AM
nice share
Arul RPosted Oct 28, 2015, 5:26 AM
Good one !!!
Rohit NairPosted Oct 26, 2015, 3:03 AM
Nice one ..u can also make functions as dbo.[encyprt] and dbo.[decrypt] and call it
Santhakumar MunuswamyPosted Oct 25, 2015, 10:54 AM
Good one
Gowtham KPosted Oct 25, 2015, 3:06 AM
Good One
NitinPosted Oct 25, 2015, 2:15 AM
Nice
Mohammed IbrahimPosted Oct 24, 2015, 11:21 PM
nice
Rupesh KahanePosted Oct 24, 2015, 2:34 PM
Good one...
Sourabh SomaniPosted Oct 24, 2015, 12:18 PM
Nice One but You can use SQL HashBytes method with MD5 or SHA algorithm for Encoding your Password.
Mukesh KumarPosted Oct 24, 2015, 12:01 PM
Nice One Sir !