↧
Random passwords
From some on the comments on Schneier, some advice on generating passwords : Generate a random alphanumeric password without using a too like apg: dd if=/dev/random bs=6 count=1 2> /dev/null |...
View Articleencrypted $HOME setup
There are of course various ways to set up an encrypted home directory. Here's mine. I use encfs, which is a FUSE filesystem. This might be better as a step by step HOWTO. 1. Make sure you have a big...
View ArticleStupid security
The Mumbai Airport has a really stupid security policy. If you're at the airport to see someone off, you have to do it from the road/pavement. One can enter the airport lounges only on producing a...
View Article