I was wondering if any plugin exists that will allow encryption of the Blog's contents?
I want to use s9y as a secure & convenient location for storage of my journal entries. MySQL supports AES Encryption and Decryption as of 4.0.2, and DES encryption as of 4.0.1.
http://dev.mysql.com/doc/mysql/en/encry ... tions.html
Additionally, PHP apparently has several encryption routines, and has supported the mcrypt_encrypt() function since version 4.0.2.
I'm currently unemployed (hopefully not for long), and I'd be happy (and heck, it may even be beneficial to my career!) to put some time in to make this happen, as I seem to be the only requestor of this feature.
I would likely build in the option (as i'd use it, probably) of using PHP's encryption on the blog's entries directly, and additionally using MySQL's encryption to store the already-encrypted files encrypted again using AES
Anyway, what are your thoughts on this, devs? how difficult would it be?
Thanks.
UberDumm