Tor and Proxychains
Tor
- apt-get install tor
- service tor start
- service tor stop
- service tor status
Proxychains
- apt-get install proxychains
- open /etc/proxychains.conf - uncomment dynamic chain and proxy dns
- to run proxy chains type: proxychains firefox (proxychains always goes first so it knows to use TOR)
GPG
GPG
Encrypt
gpg --cipher-algo [encryption type] [encryption method] [file to encrypt]
Decrypt
gpg [encrypted file]