I've been looking for a proxy server package to run on a shared hosting account with a dedicated IP that supports socks, http. The data sent between client and proxy needs to be completely encrypted, since proxy would be deployed for censorship circumvention, and data would need to be obscured. Usage scenario is one to two users, no heavy file sharing usage is planned, so bandwidth isn't a huge concern, though some type of compression would be preferable.
The account has SSH and its own SSL but no root access, Linux based OS. I've tried things like ziproxy from the terminal, only to get the following results after trying all the suggested commands:
$apt-get install ziproxy
-bash: -get: command not found
pkg_add -r ziproxy
-bash: pkg_add: command not found
$emerge ziproxy
-bash: ziproxy: command not found
I'm not massively proficient in Linux, Ideally the proxy would have management and/or setup options in a web UI, although I'm comfortable with a command prompt. I've browsed through options with SSH and tunneling etc, I'd really prefer something that could be dropped in a directory and run after a simple install/setup without having to utilize SSH every session. What are the best options for an easily deployable, secure, minimum fuss proxy server?
Edit: Wanted to clarify when I said dropped in a directory and setup then run I didn't mean a browser based web proxy.