Deconstructing Subtext
Subtext is a fork of the .TEXT blogging application, and is the software that we are running. We intend to regularly put articles here explaining how the actual code runs and how you can re-use some of the code in your own application.
Here is some code that demonstrates a very easy way to Encrypt and Decrypt using Rinjdael's (AES) algorithm. Also explains how to use a symmetric key, how to generate a Key and IV value, and real source code you can use in your application.