Live data from Hacker News

My weekend project - AES encryption for Gmail or anything else

encipher.it

1–10 of 71 posts

Re: My weekend project - AES encryption for Gmail or anything else

#6
This is great, I was just thinking the other day that it should be possible to encrypt gmail messages. Now you should make it possible to encrypt GChat messages automatically when I hit Send, and then decrypt them when they are received, that way they are encrypted end to end, instead of just between my browser and the server :-)

Re: My weekend project - AES encryption for Gmail or anything else

#7

    javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://encipher.it/javascripts/inject.js';})();
You should consider moving to https. After all, what's the point in providing this kind of script if anyone can MITM it ?

Besides that, this is pretty cool. Could you provide a standalone bookmarlet which doesn't need to download any scripts ?

Re: My weekend project - AES encryption for Gmail or anything else

#8
post #4

This is neat. Would it be possible to extend it such that you could drop a key file into the password box to do the encryption/decryption?

Sure, but on modern browsers only (utilizing html5 file API). I am thinking about implementing RSA private key generation and online public key registry in future.

Re: My weekend project - AES encryption for Gmail or anything else

#10
post #7

javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://encipher.it/javascripts/inject.js';})(); You should consider moving to https. After all, what's the point in providing this kind of script if anyone can MITM it ? Besides that, this is pretty cool. Could you provide a standalone bookmarlet which doesn't need to download any scripts ?

Yes, I will install ssl cert in future (at least self signed), understand the risk. Standalone bookmark is great idea, but I am not sure if I can fit script to 2048 bytes. Maybe, I'll make html5 cache manifest to avoid network access.
Post reply on HN