Google Code Exporter

Results 21406 comments of Google Code Exporter

``` Another potential solution for encrypted communication: Add RSA & AES js libs to encrypt everything. There exists js libraries for crypto. Regarding MITM attacks - there are a Firefox...

``` How about this at least a bit more secure possibility: the first browser session with the phone keeps the session, no other browser can interfere. So the first browser...

``` @Franc Walter: My idea about asymmetric encryption with RSA would solve just that and completely prevent MiTMs even on an open WiFi. The JS in the browser generates a...

``` Addon is too complex, in this case self-signed SSL key can be a bit easier. I can probably implement the session key to avoid basic session hijacking. ``` Original...

``` Ok, I made pretty simple session protection, using session id. Still no encryption. Here is the updated apk file if you want to try. If it works fine for...

``` The session ID protection works, thank you! Please consider rolling that out to the market. However, I'm still very much interested in simple HTTPauth or some other form of...

``` I spoke too soon. With the session ID protection and Firefox 11, the session ID seems to drop after just a few minutes. I have to regularly reset the...

``` One of my users uses SSH tunnelling for extra security. Using an which provides an ssh server, such as QuickSSHd it is possible to forward a port from phone...

``` As the anonymous user referenced in post #11, I just want to caution that the SSH solution alone does not provide any added security since the WiFi keyboard is...

``` first of all, i LOVE this app! But i also miss the password option.. I always have my phone in a dock during my workday, using your app to...