I am working on a prototype, so it needs to use RSA between a Chrome Extension and a Python Server.
So far I was planning on using https://sourceforge.net/projects/pidc
Would it be possible to use a HTTPS ajax connection instead? That way, you have end to end encryption without needing to worry about it yourself.