Assumptions: - I have https (SSL) access to a trusted unix box - I trust SSL - I'll take a risk of unknown machine running http client being subverted
I want to use PGP while checking/sending e-mail via web interface on someone else's machine (say, internet cafe). So in one window I have webmail interface, and in the other window I have "webpgp" interface, and I paste ciphertext back and forth. The https-ed webpgp interface should authenticate me via some sort of passphrase and then I can submit ciphertext for decryption (encryption also requres authenticatin, in order to avoid browsing of my keyrings.) The question is - do I have to code this or has someone already done it ?
