Click here to Skip to main content
15,886,110 members
Articles / Programming Languages / C#

File Encryption/Decryption with Hash Verification in C#

Rate me:
Please Sign up or sign in to vote.
4.73/5 (28 votes)
22 Oct 2004CPOL3 min read 260.1K   11.7K   102  
This article describes how to use C# and the .NET Framework to encrypt/decrypt files, and use hash algorithms to verify that the decrypted file is valid.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

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


Written By
Software Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions