Security

Password strength misconceptions

I have read countless articles where people tell you how bad it is to:

Blog Categories:

Windows' Useless Firewall

On Windows XP… in the default configuration when you try and FTP to a site and upload/download something, the data connection that is made causes this Windows Firewall dialog box to pop up.  My issue with this?  The wording implies that the data connection (or at least some part of it) has been blocked - and you have a choice to keep blocking it or to unblock it.  My initial thoughts was that the download in this case would FAIL, because Windows Firewall blocked the transfer attempt.  If I were to click on Unblock and then retry my attempt, it would work.

Blog Categories:

Security theatre....

Blog Categories:

Pathetic password policy continued.

Continuing my frustration with changing my password on this one Linux system, I tried to be clever.  So I logged in as root, then used:

passwd accountname

to force set the password. So much to my surprise, when I tried that, and I saw this response:

A valid password should be a mix of upper and lower case letters,

digits, and other characters.  You can use an 8 character long

password with characters from at least 3 of these 4 classes, or

Blog Categories:

How is this for good security

My password on a Linux server was recently reset by the authorities that be, and the secure thing to do is naturally to immediately change your password upon logging in, to enhance privacy and security of the account.  So much to my surprise did I encounter this response from the system:

-bash-2.05b$ passwd

Changing password for user waldo.

Changing password for waldo

(current) UNIX password:

You must wait longer to change your password

passwd: Authentication token manipulation error

 

Blog Categories:

Evasive Security

I was busy implementing a system for a client using C++ on Win32 when I had to use the sprintf function. As I knew it was insecure I looked up the function's details - only to be caught in an infinite web of evasion.

An exert from MSDN:

Blog Categories:

Bad Practise: Sending back read only HTML form fields

If you had ever written HTML pages sending back form data to a backend server, you must have come across the need to sometimes restrict the user from changing a value - therefore you used a read only form field. This can cause serious trouble...

Blog Categories:

Is security really important?

I had the pleasure of being in a meeting room a few weeks ago in a large, respected company with some of their technical experts discussing the security considerations for a project I am consulting on.

Since I am paranoid about security, I obviously tried to push that they upped the security on the system dramatically (they are hosting it and will eventually take over the responsibility for securing it). It was just so startling to witness their responses to many of my recommendations, that I started to realise exactly how ignorant many people are towards IT security.

Blog Categories:

Subscribe to Security

Back to top