Tor and Proxychains

Tor

  1. apt-get install tor
  2. service tor start
  3. service tor stop
  4. service tor status

Proxychains

  1. apt-get install proxychains
  2. open /etc/proxychains.conf - uncomment dynamic chain and proxy dns
  3. 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]