Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to encrypt admin password while login?
Posted
Updated 27-Dec-11 19:03pm
v2
Comments
koolprasad2003 28-Dec-11 1:04am    
don't be capitalized. it's mean 'shouting'.

Check this Tip/Trick

Password Storage: How to do it.[^]

Sorry Griff
 
Share this answer
 
Comments
koolprasad2003 28-Dec-11 1:05am    
good link raja.5.
Uday P.Singh 28-Dec-11 1:11am    
5ed
thatraja 28-Dec-11 1:13am    
Hey you know GIT?
Monjurul Habib 28-Dec-11 14:56pm    
5!
Try this URL................Simple encrypting and decrypting data in C#[^]
 
Share this answer
 
You can use System.cryptography namesapce and use any algorightm to encrypt your password.
or you can do it using SQL too.
//Using SQL
while insertaion encrypt password text with the help of ENCRYPTBYPASSPHRASE [^] and decrypt with DECRYPTBYPASSPHRASE[^]
it uses TRIPLE DES algorithm for encryption with a 128 bit key.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900