Click here to Skip to main content
15,902,189 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi,

I have one problem in mvc3 program..

password is having one textbox
in that right side one checkbox is there that checkbox field name is encrypt.
if i eneter the password in textbox and click the checkbox.
when i click the checkbox the textbox is automatically change to the encrypt mode..
when my checkbox mode is false the textbox automatically change to the decrypt mode.

please help me to solve this..
Posted
Comments
Vani Kulkarni 6-Aug-12 5:16am    
Question is unclear. Please post your code.
_Amy 6-Aug-12 5:52am    
What have you tried yet?

you've told us what you want to write, but not what you've tried. What do you mean by 'encrypt' ? Why would that be an option ? Encrypt where ? There's a whole Cryptography namespace in .NET if you want access to crypto functions.
 
Share this answer
 
 
Share this answer
 
v2
Comments
Shree@786 26-Sep-14 1:40am    
I have gone through the links,but on the fresher level its hard to understand these links,Is there a simple way for the demonstration of encryption and decryption of password in C#.net MVC4

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