Tag Archives: aes
How to encrypt and decrypt files in C#
The following snippets will allow you to encrypt and decrypt files in C#.
Needless to say there are numerous methods that this can be achieved but for the reasons I will explain at the end I came about using this one in my projects.
Also keep in mind that assuming you want to implement something like this in your project you should extend the error catching to detect invalid key lengths, file locations and so on.
Posted in C#.
Tagged aes, C#, cryptography, csharp, decrypt file, encrypt file, RijndaelManaged, snippet, winforms
TextCrypt Suite released!
TextCrypt Suite is a small/portable program that allows you to use various encryption algorithms to encrypt or decrypt text data.
TextCrypt Suite is now available to download from the download section. For any feedback, bugs or any suggestion for adding more algorithms please don’t hesitate to post in the forums or email me.
Posted in Software Releases.
Tagged aes, binary, C#, csharp, des, encryption, fluxbytes software, hex, md5, rc2, sha, Triple-DES, xor