Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi frnds.... i want to encrypt the date and decrypt the date using c# asp.net....
pls anyone guide me .....
Posted

A date may be a little small for encryption, but...there is an example here: Encrypt and Decrypt Data with C#[^]

It depend what you want to use the date for - it may be more sensible to use a hashing algorithm like SHA instead, because they cannot be reversed.
 
Share this answer
 
Comments
koilkannan 2-Feb-13 7:31am    
thank you.... its really useful
OriginalGriff 2-Feb-13 7:49am    
You're welcome!
Abhishek Pant 2-Feb-13 8:06am    
I dont know why he downvoted.+5

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