Does anyone know of any good web applications for viewing the contents of encrypted files?
I.e. I want to have an encrypted file on my web site which I can view from anywhere using a web browser. Obviously I'd need to supply a password and it needs to be an https: connection. I probably want something a bit more flexible than a password manager as the sort of data I want to store is a bit more than just passwords, though some of it is passwords.
Ideally one would provide a password and a key/name of some sort and data for just that key/name would be displayed.
I don't need to be able to edit the data via the web page, just view it. Obviously I need to be able to edit the data somehow, ideally it would be a straight text file that I can edit with any old text editor and then encrypt and store in the right place for the web access.