unix and linux commands - unix shell scripting

Passwords are dead - long live passwords

 
Thread Tools Search this Thread
# 1  
Old 06-26-2009
Passwords are dead - long live passwords

Over on CISSPforum, a zombie topic about passwords has risen from the dead yet again.

This time, someone suggested making it a "condition of employment" that "If you cannot remember a username and password, find employment elsewhere."

Well yeah but no but.  A username and A password, even a reasonably strong one, would be just fine for most people.  Unfortunately, we need loads. 

As information security pros, isn't it part of our rôles and responsibilities to make information security as low-impact as possible on the organization (including its 'most valuable assets', the people) without unduly compromising the level of security? 

Forcing people to choose lots of complex/strong passwords, change them often and remember them is, like it or not, quite a challenge for the average human, me included.  I long since gave up trying to think up and remember strong passwords for all the websites I visit.  For a while I wrote down the passwords and secured the piece of paper as best I could.  Pass phrases worked better but then I just confused myself by inventing obscure rules for punctuation and 133tne55 and, with senilility approaching, I have trouble remembering the userID bit too. 

Now I use a password vault which allows me to create, securely store and instantly recall totally ridiculous passwords, up to the maximum length permitted by the authentication system (1000+ character password? No problem sir, here you go.  Fancy another?  Poof!  Your click is my command) and as complex as a highly complex thing on Complexity Day.  All I need do is remember one strong password/passphrase to unlock the vault and through constant practice I'm getting pretty good at doing that, thanks to setting the password lifetime setting to "blue moon".  I can store passwords and notes for other non-web-based systems too.

Yes, I'm putting my eggs in one basket and yes I absolutely do appreciate the risk of so doing.  I agonised over this.  On balance, my risk assessment convinced me that, compared to the bits of paper and occasional lock-outs (plus those dumb password reset questions or 'Thank you.  We have just emailed your password in clear to an email account you placed on record with us five years ago.  Have a nice day'), the vault's implementation of AES, coupled with my ability not to disclose the vault key, wins easily.  And yes I take care over that non-disclosure bit, for example never typing it into public-access PCs, and using a strong password/phrase.  And being a paranoid security geek, I'm seriously thinking about buying a USB stick with a fingerprint reader to armour-plate the egg basket.

In this case, at least, technology CAN make the world a more secure place.

Regards,
Gary Hinson CISSP
NoticeBored information security awareness

Please don't reply to this blog entry here - join in the discussion on CISSPforum

Image
Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Printf or any other method to put long string of spec characters - passing passwords

Hello, I am looking for a method to use in my bash script which allows me to use long strings with all special characters. I have found that printf method could be helpful for me but unfortunately, when I trying root@machine:~# tevar=`printf "%s%c"... (2 Replies)
Discussion started by: elxa1
2 Replies

2. HP-UX

Passwords and shadows

version 11.22 1 - In this version there is the shadow file by default?. If so why when I search the file I get "No / etc / shadow file found"? 2 - What does the "*" in etc / password? at the beginning of each password? (1 Reply)
Discussion started by: shinju15
1 Replies

3. UNIX for Advanced & Expert Users

When did UNIX start using encrypted passwords, and not displaying passwords when you type them in?

I've been using various versions of UNIX and Linux since 1993, and I've never run across one that showed your password as you type it in when you log in, or one that stored passwords in plain text rather than encrypted. I'm writing a script for work for a security audit, and two of the... (5 Replies)
Discussion started by: Anne Neville
5 Replies

4. Shell Programming and Scripting

ssh and passwords

In my environment "SunOS - 5.10 Generic_142900-14 sun4v sparc SUNW,T5240" when I issue an ssh i get prompted for a password. I need to run an ssh in a script but is it possible to ready an encrypted password file or to pass the password in the script or configure it so that a particular user-id... (1 Reply)
Discussion started by: Harleyrci
1 Replies

5. Shell Programming and Scripting

passwords

Dear all, I need to automate/script a user password change process. I'm helpless cannot use expect since it's not installed and cannot install it either. Do i have an alternative. I can store the password in a file and that would be the password that would be set to all the users. If not i don't... (1 Reply)
Discussion started by: earlysame55
1 Replies

6. Cybersecurity

Securing Passwords

Hi All, I'd like to give you an example of what I am trying to achieve and perhaps you might be able to help me along. I would like to add the following criteria to new servers, from a password aging and lockout standpoint. -Number of failed logins before lockout: = 5 -Number of Passwords... (1 Reply)
Discussion started by: mkono
1 Replies

7. Programming

Shadow Passwords

I'm writing a 'C' program on various systems (HP-UX, Solaris, AIX, NCR) which needs to interact with a user's password. Some of my systems are using the shadow password and some are not. It is possible for some of my systems to have /etc/shadow, even though the box is not using the file (I know,... (4 Replies)
Discussion started by: chrisc@nwark.ne
4 Replies

8. UNIX for Dummies Questions & Answers

Passwords

I am running unix 11.xxx....How do you change a user password. The previous vs was passwd at the command prompt. This no longer works. Thanks for the help (3 Replies)
Discussion started by: turner.rd
3 Replies

9. UNIX for Dummies Questions & Answers

Transfer passwords

Problem: I transferred user accounts (using "ap") from our production SCO UnixWare (7.1.1) server to a new server that I will be implementing next week. After transferring all accounts and passwords to the "new" server, I had to force a password change for all users on the old one due to an... (1 Reply)
Discussion started by: dlkox
1 Replies
Login or Register to Ask a Question