Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Im a new bie here..please provide me information regarding encryption and decryption in .net.

Any developer who has an access to database can easily decrypt data..how can i save my passwords from hacking.
Posted

 
Share this answer
 
The problem is related to cryptography, not specifically .NET; the algorithms are the same on different platforms. The whole idea of password encryption is bad, unsafe. You should never store passwords anywhere, even encrypted; this would be unsafe and not needed for authentication. You don't need to have the correct password to determine if the password entered by the user is correct. Feel disagree? surprised? Then please read my past answers:
i already encrypt my password but when i log in it gives me an error. how can decrypte it[^],
Decryption of Encrypted Password[^],
storing password value int sql server with secure way[^].

—SA
 
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