I'm providing source code to encrypt your RSS feed (or any other content created on your server) and decrypt it in your browser. This is to enable you to put sensitive data into your feed without making it public.
encryption.php to your serverinclude(“encryption.php”) to your feed creation scriptenrypt($text,$key) where $key is your encryption key (some string). Remember this key.
Note: This currently only works with Firefox and Google Reader. If you can support more feed readers by modifying decrypt.user.js, please send me a message.
decrypt.user.js, set encryptionKey to your password (must be the same as the one on the server)decrypt.user.js into Firefox and install with Greasemonkey