Archive for the ‘Security’ Category

Install (Set Up) Uncomplicated Firewall (UFW)

Uncomplicated Firewall is a tool to create rules for iptables. Iptables are rule-sets that are used by netfilter which provides kernel-level packet manipulation and in turn… a firewall. It is important to note that UFW is not a firewall, it is however a tool for configuring the firewall in Linux. Obtaining proficiency with iptables takes time and effort, as a result there has been some successful front-ends written for iptable set up over the years. For terminal based configuration ufw is excellent, however there are some graphical based firewalls also available to configure iptables.

(more…)

Tunnel Traffic through SSH with a Socks Proxy

If you have a laptop then you surely have been in a situation where you need to have a secure connection while on the move. This is most important when you are at a random hotspot and need to log into a non-secure site (authentication over http) or do not trust the vendor providing the connection. If you have access to a server running SSH then you can use a great feature in openssh to set up a SOCKS proxy and route all your traffic through. This is very similar to VPN’ing but you can do it on the fly and dont have to have an special client software on your machine.

This is written specifically for Unix based systems with some stuff even more specific for Gnome. If you are using Mac OSX, Linux or Unix variants you can set up the proxy with the commands but telling your system to use the tunnel may vary. Under windows there is a way to perform all these same things with putty, my apologies for not covering that here. If you are a windows user and cant find any good documentation please let me know I would be happy to write it up.

(more…)

Install (Set up) Secure Messaging with Pidgin Encryption

It is nice to think that we all have personal privacy when carrying on a conversation, however the information  you are sharing with the other individual is sent in a plain text. This means that anyone who has the ability  to ’sniff’ your network traffic can read your conversation with little to no difficulty. Individuals with this  ability might range from IT representatives at an organization you work for  to a knowledgeable person sitting in the coffee shop with you.
Pidgin

I have used Pidgin for several years in windows, and when I made the switch to Linux I was pleased to find it was bundled with the distribution I chose (Ubuntu). Pidgin is a cross platform compatible multi-protocol chat utility that has many useful plugins.
Pidgin Encryption

Pidgin-Encryption is a plugin that transparently encrypts your instant messages using the RSA algorithm.

(more…)