Click here to Skip to main content
15,888,000 members
Articles / Programming Languages / C#

Encrypt/Decrypt File or String

Rate me:
Please Sign up or sign in to vote.
3.04/5 (13 votes)
26 Sep 2007CPOL2 min read 118.3K   5.9K   47  
This article describes the encrypt/decrypt of any type of file or any string value (like data from textbox) using the secret key (password). Here I have used RijndaelManaged class for encryption/decryption.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
Web Developer
India India
I am a software developer. now i am working microsoft.net technolgy like c#, and asp.net.

Comments and Discussions