Posts Tagged ‘security’

Banking and Security

Monday, July 9th, 2007

Last week, I received my bank’s card reader, which can be used to generate keys for logging into the online system. The card reader replaces the old scheme, which uses a key file, placed on your machine and a password phrase, consisting of (at most) 32 characters. So, now the security is based on the possession of the reader, the card, and the knowledge of the card’s 4-digit pin code. Previously, it was based on the possession of the key file and the knowledge of a password phrase.

Of course, a lot of people will be careless and use a feeble password phrase, or a short one, or one containing important dates, but some people will also use a strong phrase. For example, my password phrase consists of 30 characters, so that’s 36^30 possibilities. I can’t but wonder if the security of the new scheme is far worse for my particular situation. After all, I need to carry both the reader and the card with me when I travel, if I want to access my bank account. Things do get stolen, and breaking a 4-digit pin-code is not very hard. The claim the bank makes, is that having a possession attribute that is not connected to the machine, and thus not to the internet makes it inherently safer. I wonder is that’s really true. It sounds acceptable, until you compare 4^10 to 36^32.

Password security

Friday, May 25th, 2007

When one wants to use the services on the Belgian Federal Government web site, one needs to create an account. therefore, one needs a login and (obviously) a pasword. Now, the rules state that the pasword must only consist of letters and numbers. So, no punctuation characters. How does one generate a strong pasword? One needs to ensure that brute force attacks are not worth the effort, by using a password that contains a lot of characters, and such that each character comes from as large a set as possible. And such that the password cannot be looked up in any dictionary, i.e., it is not an existing word. So, excluding a large portion of the readable ASCII set is not a good thing IMO.

My own very personal 128 bit key.

Tuesday, May 8th, 2007

I have just obtained all the rights to the following key 128-bit key: “4A 69 BA 36 BF 5D 02 28 4C BA B0 DA 80 E8 2C 9C”. I’ve been handed the rights to this key for encrypting and decrypting the haiku you can find here. So it’s mine and mine alone. I’ll be scanning every single binary on every system I encounter and if I even sniff a hint of my key, I’ll be suing whoever authored that binary.