/dev/null /var/Unix /var/Linux /var/Mac / /dev/rant

Now when we talk about this kind of approach for simple passwords we can take this a few steps further and actually make REALLY complex ones with a very simple approach. The key point about extremely complex passwords, is not the fact that you have to remember them entirely, but you have to find a way to remember them. So say for a companies root (Administrator) password you have to make it ultra-complex, obviously since you don’t want anyone easily to brute-force or crack the Administrator password in a short time. This has actually 2 benefits. 1) IF your password database (SAM file or passwd file or an LDAP dump) is obtained by a malicious cracker, many other passwords with much less rights will be cracked WAY before your companies Administrator password is cracked. And 2) IF your companies network gets compromised and the password database gets downloaded at night or off hours, when the Administrator comes in later and notices the compromise he can initiate change management and change the password, then close the hole that allowed the attacker in. This means that even IF someone cracks the downloaded password file, it is useless since your Administrators changed the main passwords AND instructed all users to change theirs too.

So, we talk about generating really complex passwords in a really simple manner. Of course you could use a password generator but these generate pass?words?, not pass?phrases?. A very good and simple approach is for example, in a technical document, take a random paragraph and use the first Letter of each word. This gives you already Random letters, upper and lower case and depending on the document even numbers. All you have to do then is make a pattern , say every 4th character you add a ??? or a whitespace into the phrase. You can get passwords that are long and very complex very easy. :) here is a password that I generated that way (this is the entry for test1 user with the new password in my /etc/shadow file, so you can just copy it and start cracking) :

test1:$1$zRbJgE6J$.3OwMyqixjYOtyKT1S4Q7.:13450:0:99999:7:::

My challenge is to anyone, if you crack it and mail it to me (flosse@2blocksaway.com) I will send you a 20 Euro (~25USD) Gift certificate from Amazon or iTunes Shop, you name it.

There are very good articles regarding the “password issue” also available here : The Zen of password management and here : RSA’s “The vicious circle of passwords”. Azio’s article however about how fast can they crack your password which is actually a link to here but still DEFINITELY worth reading (both posts).


Digg!

No Tags

Popularity: 6% [?]

Pages: 1 2