Slashdot Mirror


Too Many Passwords

LK3 writes "A survey of 1700 technology end users in the United States released today reveals some interesting findings about password management habits. 'The results suggest that having to juggle multiple passwords causes users to compensate with risky security techniques and creates a drain on productivity by taxing the resources of IT support centers.' Further, corporate requirements of frequent password replacement further exacerbates the toll on human memory. Is the solution a master password, with all of the potential problems that represents, or biometrics, or are we stuck with post-it notes and a call to the help desk?"

93 of 516 comments (clear)

  1. I know how it feels... by XXIstCenturyBoy · · Score: 5, Funny

    I have a very very clever comment to add to that thread, but I forgot my password :(

    1. Re:I know how it feels... by AKAImBatman · · Score: 3, Insightful

      No kidding. Someone should invent a special "web token" of sorts that would keep you logged in. You know, it would be transmitted everytime you access the site. It wouldn't have to be very big, maybe a maximum of 4KB.

      You know, I better go patent this idea before someone else thinks of it! :-P

    2. Re:I know how it feels... by Fulcrum+of+Evil · · Score: 5, Insightful

      Someone should invent a special "web token" of sorts that would keep you logged in.

      Tried that. Turns out, nobody wants all their online identities to merge together.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    3. Re:I know how it feels... by 19thNervousBreakdown · · Score: 2, Funny

      He's talking about cookies, dumbasses.

      --
      <xml><I><am><so><damn>Web 2.0</damn></so></am></I></xml>
    4. Re:I know how it feels... by JoeBar · · Score: 5, Funny

      Fabulous idea. I propose we call it a "cracker"!!

    5. Re:I know how it feels... by Tony+Hoyle · · Score: 2, Interesting

      There's always PwdHash.. unfortunately:

      - It only works on certain sites - javascript confuses it completely
      - They keep changing the f***ing algorythm, so next time you install it none of your passwords work!
      - If you're working on another machine you can't log in anywhere.

      I gave up on it.. something like that shipped with the browser would probably work though.

    6. Re:I know how it feels... by askegg · · Score: 2, Insightful

      There are standards to achieve this - SAML, Liberty, Passport, Oasis, etc. The problem is the great unwashed masses are not ready for it yet - they do not see the value.

      Microsoft's solution (Passport) requires the user to submit all their information and trust M$ to do the right thing. Suprisingly, many people don't like this idea.

      Another way is to federate your identity between systems, so no single system knows all your details but they know enough to identify you. You get to specify the information that is shared between any two systems. There is a chicken and egg problem here - most companies have yet to roll out such solutions as customers don't seem to want it (or don't know it exists) and customers won't start using it until most of the sites they visit support it.

      None of these solutions address the issue of graded authentication in a satisfactory manner. Right now it is easier to either remember/record a few usernames and passwords, or use the one set across all systems. Neither is good from an identity or security point of view.

      --
      I don't make predictions, and I never will.
    7. Re:I know how it feels... by Martin+Blank · · Score: 2, Interesting

      Imagine if Google implemented GooglePass, though. Everyone would jump on it as the best thing ever!

      Of course, it would probably also be done a lot better, but it would still have the issues of a hidden method of implementation and central storage of credentials. The latter part of that sentence would be ignored by a lot of people, though.

      --
      You can never go home again... but I guess you can shop there.
  2. Can't remember already... by richdun · · Score: 2, Interesting

    Nothing for you to see here. Please move along.

    Crap, what was the password to view /. stories?

  3. Better than post-it notes by nizo · · Score: 5, Interesting

    Becoming tired of remembering passwords, I wrote a little perl program to randomly generate a matrix like this:

    a-E9 b-?p c-&m
    d-6K e-aY f-eP
    g-!S h-gn i-D=
    j-Hd k-vw l-Cb
    m-W5 n-4$ o-R3
    p-x% q-7M r-NF
    s-+2 t-s* u-Ay
    v-fL w-zG x-Zu
    y-cX z-Qr

    I then print this, laminate it, and put it in my wallet (a backup copy somewhere isn't a bad idea either). Then, for every password I just remember a word (maybe "bank" for my bank for example) which gives me a password of: ?pE94$vw

    Hard to guess, easy for me to "remember". If someone gets my paper (say I lose my wallet), it is still not simple to figure out what my passwords are, or even what the heck that little paper is. Shoulder surfing doesn't work too well either, unless you can memorize the whole card and then figure out which word I am using (it would be easier to try to watch me type the password on the keyboard then get it off the paper. Luckily I type fast and get annoyed when people stand over me while I type a password :-) ).

    1. Re:Better than post-it notes by richdun · · Score: 4, Funny

      (maybe "bank" for my bank for example) which gives me a password of: ?pE94$vw

      So could you please elaborate on this and also tell us how you remember other pieces of information, say, like, I don't know, just for example, your PIN, account number, and which bank you use? Just curious...

    2. Re:Better than post-it notes by cavemanf16 · · Score: 2, Insightful

      Damn, that's way too much work! (And what about me and my 30-40 passwords... that's a BIG piece of paper!) Just GPG one file full of passwords, and remember your GPG key.

    3. Re:Better than post-it notes by Anonymous Coward · · Score: 5, Funny

      To steal an old post to an old comment -- that's a very interesting perl program...could you post the output instead of the well-written perl code, though?

    4. Re:Better than post-it notes by AKAImBatman · · Score: 3, Informative
      It took me a moment, but I figured out the system. The letters before the dash are the key, the letters to the right are the parts that are used in the password. So for "bank" you have:

      b-?p
      a-E9
      n-4$
      k-vw

      He actually did make it a bit easier to read, but he forgot to use the ecode tags. Try this version:
      a-E9 b-?p c-&m
      d-6K e-aY f-eP
      g-!S h-gn i-D=
      j-Hd k-vw l-Cb
      m-W5 n-4$ o-R3
      p-x% q-7M r-NF
      s-+2 t-s* u-Ay
      v-fL w-zG x-Zu
      y-cX z-Qr
    5. Re:Better than post-it notes by AKAImBatman · · Score: 4, Informative

      Just GPG one file full of passwords, and remember your GPG key.

      That's more or less what he did. Look again. The table isn't a list of passwords, rather, it's a standard substitution cipher. For each of the letters, he simply looks up the value to produce the password. The scheme is reversable as well, so you can retrieve the keyword from the password.

      Here's an article on substitution ciphers.

    6. Re:Better than post-it notes by Urban+Garlic · · Score: 4, Insightful

      This can fail to comply with password rules -- the password for, e.g.,
      your web-request-line account for WXKE radio, zGZuvwaY, doesn't have any
      numeric or punctuation characters.

      I think a lot of people fail to distinguish between cases where strong
      passwords are needed, and where they aren't. For Amazon.com, with its
      stored credit-card data, and PayPal, and my bank, and my user account
      at work, obviously strong passwords are a good idea. But for slashdot,
      nytimes.com, and other sites that just require them for your user-state
      info, crappy passwords that never change are just fine, and putting those
      on post-it notes on the monitor is also fine.

      --
      2*3*3*3*3*11*251
    7. Re:Better than post-it notes by shis-ka-bob · · Score: 5, Interesting
      The whole point is that you can can be using 'hard' passwords that look like Jibberish(TM), but are easy to remember. You can even do things like build a seperate cheat card for each month and then keep the same mnomonic but have the password change. (This has its own drawbacks - you need to keep 'last month's' card around long enough to change all of your passwords.) It isn't hard to remember 'a few' passwords, but it gets pretty hard when dozens of groups want you to have passwords and everybody warns you that is it bad form to use a single password more than once.

      One thing that I did find to be a signficant drawback to this is that some companies are demanding an upper case letter, a lower case letter, a number and a funny character. It is quite possible that the transform of an easy to remember work will not happen to have all of these. One solution, that actually makes this less secure, would be to have all vowels contain a lowercase letter and a funny character and have each consonant contain an uppercase letter and a digit. This really reduces the number of potential passwords, but such is the cost of making the 'powers that be' happy.

      --
      Think global, act loco
    8. Re:Better than post-it notes by Ed+Avis · · Score: 5, Insightful

      Or better, just use your GPG keypair to identify yourself to start with. For example, when you register on a website you could paste in your GPG public key. Then to authenticate, the website encrypts a word with that key and shows it on a page; you decrypt it and enter the original word. So - no need to remember a password for this website, and if the website is cracked or just plain evil, they still can't do anything to access other sites since all they have is your public key.

      The browser could automate this pretty easily, of course

      --
      -- Ed Avis ed@membled.com
    9. Re:Better than post-it notes by nizo · · Score: 4, Insightful

      Or what I often do is have some short random string (for example "C@5") which I could prepend before all passwords. The upside is even if someone gets the card, and by some miracle they figure out what it is, they still don't have my passwords. Unless they can read my mind, in which case they will also realize I have a negative bank balance and will go find someone else to steal money from.

    10. Re:Better than post-it notes by misterpies · · Score: 2, Insightful


      Your method would be great except that it relies on you carrying around and frequently consulting a piece of paper in your wallet. As such it's only marginally less secure than just carrying around a note of your passwords in the first place.

      How long would it take someone observing you to figure out what you were doing and swipe your wallet? (In an office it would probably be easy for a thief to xerox your codesheet). Then they just need a few guesses for your trivial "unencrypted" password and they're in.

      Not my idea of great security.

      --
      The author of this post asserts his moral rights.
    11. Re:Better than post-it notes by TheRaven64 · · Score: 3, Interesting

      Rather than a PGP key, why not a personal SSL client certificate? Support is already integrated into most browsers, and organisations such as CACert issue them for free.

      --
      I am TheRaven on Soylent News
    12. Re:Better than post-it notes by Doctor+Memory · · Score: 2, Insightful

      I hate strong-but-lame passwords. One site I have to use requires a password at least eight characters long, and you must have at least one digit and one uppercase character, but you can't use any non-alphanumeric characters. Why would anyone restrict the search space like that? Unless they're validating using javascript and can't be arsed to come up with a sufficiently capable RE.

      If it were up to me, a password field would accept everything except enter and escape. Enter would process the password, and escape would reset the field. Anything else is fair game. Control characters, characters with accents/umlauts/cedilles, go for it. It would also be cool to have the ability to C&P images into the field, but I doubt that's of widespread usefulness. Still, how many people are going to have that picture of your dog handy to use to access your account?

      --
      Just junk food for thought...
    13. Re:Better than post-it notes by soft_guy · · Score: 2, Informative

      I have heard that 2 short unrelated words with a number in between them that is not 2 or 4 is pretty secure against dictionary attacks and much more easy to remember than giberish.

      --
      Avoid Missing Ball for High Score
    14. Re:Better than post-it notes by shis-ka-bob · · Score: 2, Interesting

      It is certainly true that the vulnerablity of this is that sombody that has your cheat sheet only has to guess 'dictionary' words (and start with common 3-5 letters ones first). The drawback of yours is that a 'bad guy' that convinces you set up a password on his site will be able to look at your password and he might figure out what your rule is. ( e.g., if one were to use C@5tits on a porn site, a shady porn site operator could simply read the password and guess the rule.) He can then do the dictionary attack against anyone else that you have an account with.

      --
      Think global, act loco
    15. Re:Better than post-it notes by Anonymous Coward · · Score: 3, Interesting

      Evil sites *could* still cause harm. Think about a man in the middle attack:

      1. you got to evilsite.com, and enter your public key
      2. evilsite.com automatically connects to bank.com, and enters your public key
      3. bank.com encryptes some string, and sends it to evilsite.com
      4. evilsite.com sends the encrypted password to you
      5. you decrypt the data, and enter that info to evilsite.com
      6. evilsite.com forwards the data to bank.com

      Now, while you play on evilsite.com, evilsite.com empties your bank account. Not likely? What if you went to evilsite.com by following a link in an email that looks like it came from bank.com, and where you have a bank account? And don't think like someone who knows better. Think like your grandmother.

    16. Re:Better than post-it notes by pcraven · · Score: 3, Interesting

      Too slow.

      Use a phrase, like: SlashDot Keeps Posting The Same Thing Over And Over
      Use the first letters: sdkptstoao
      Modify it a bit: SDkptst0a0

      You just remember the phrase and you are good to go!

    17. Re:Better than post-it notes by TheRaven64 · · Score: 2, Interesting

      I think you are missing the point. This doesn't need a Firefox plugin. It is already present in IE, Firefox and Safari (maybe Opera - I've not checked). All you need to do is add a client certificate. Then, the first time you establish an SSL connection to a server which requests it, they will get a copy of the signed data, which they can log. Any further attempt to use that site can do the same authentication, completely transparently.

      --
      I am TheRaven on Soylent News
    18. Re:Better than post-it notes by jonadab · · Score: 2, Insightful

      > To authenticate, the website encrypts a word with [your public] key and shows it
      > on a page; you decrypt it and enter the original word.

      Right, so every computer you ever need to use to access a website (the one at home, the one at work, the one at the library, the one at your brother's place, ...) needs the cryptography software (yeah, just *try* talking the IT deparment into *that* one) and *potentially* might obtain a copy of your private key.

      This *might* work for people who carry around a PDA, because they could do the encryption/decryption on the PDA. Then as long as you don't lose the PDA, your private key can remain secure.

      I think the real problem is the burning need people feel to protect *everything* with the same level of security. I mean, really, does your account with every web forum or online retailer you ever visit *really* need a unique, secure password? Couldn't 99% of them use the same password? Seriously, save your memory for *important* stuff, like your bank password, your ssh account on the server at work, and so forth.

      Granted, some of us have jobs that by their nature mean a larger number of secure passwords needed, but that's mostly IT professionals -- system administrators and the like. Ordinary end users don't need so many. Ask yourself, "What are the consequences if a criminal gets this password?" If the answer is something like, "I might have to create a new neopets account, if I still want to play these cheesy games", then by all means, use the same lame password you use for everything else that doesn't matter. If the answer is more like, "I could lose thousands of dollars", then spend the time you need to generate and memorize a unique secure password.

      --
      Cut that out, or I will ship you to Norilsk in a box.
    19. Re:Better than post-it notes by sik0fewl · · Score: 3, Funny

      I do something similar, but I use a simpler matrix:

      a - a b - b c - c
      d - d e - e f - f
      g - g h - h i - i
      j - j k - k l - l
      m - m n - n o - o
      p - p q - q r - r
      s - s t - t u - u
      v - v w - w x - x
      y - y z - z

      So my bank password would map to "bank" and my slashdot password would map to "slashdot".

      --
      I remember when legal used to mean lawful, now it means some kind of loophole. - Leo Kessler
    20. Re:Better than post-it notes by Syberghost · · Score: 2, Informative

      I have heard that 2 short unrelated words with a number in between them that is not 2 or 4 is pretty secure against dictionary attacks and much more easy to remember than giberish.

      No offense, but get better sources. Checking for two dictionary words with a number or special character between them is standard, and in fact limiting it to 8 possibilities instead of 10 makes it less secure, albeit imperceptibly so.

    21. Re:Better than post-it notes by jouva · · Score: 2

      Actually I find yours to be more obfuscated. But that's my opinion.

  4. Frustration by mysqlrocks · · Score: 2, Insightful

    This frustration is leading to behaviors that could jeopardize IT security, as well as compliance initiatives.

    Any good sysadmin knows that if you make the password policy to strick you could actually be worsening your security situation. People will start sticking their passwords under their keyboards or on their monitors.

  5. as usual, blame the users for trying by yagu · · Score: 5, Insightful

    (BTW, this is basically a dupe from about four or five years ago...)

    From the article (and the post):

    The results suggest that having to juggle multiple passwords causes users to compensate with risky security techniques such as listing passwords on post-it notes (you know who you are)...

    First, I can't let this pass. I was on the IT team for a large company that had the described oodles of systems and oodles of passwords dilemma. And I'd been out on the floor where our users had to use these systems. The last thing in the world someone should be saying to them is, "You know how you are", as if these people are doing some wrong. Their jobs of dealing with the consumer public is hard enough without having to genuflect to the "security" (inconsistent, obfuscated, inane, ineffective, and myriad) measures of the systems from which they are supposed to server the consumers. I never had to deal with as many passwords as they did, but had I had to, I'd have been tempted to do the same thing.

    As for the dilemma of too many passwords... yeah, there are too many passwords. And the funny thing about that is, they (in my opinion) provide little to no security and may even subtract from the overall security of the network. Especially in a closed access building (which these users were), passwords were and are a hindrance, not an enabler. I'd submit the entire organization would function more effectively were they all allowed access to the various systems sans passwords once they'd entered the building. Most stolen and broken passwords are via social engineering, and half the social engineering is just gaining access.

    In the personal computing arena, I'd be awfully surprised if even 10% of the problems occur because of too many passwords. More likely it's because of incorrectly configured access levels for general users.

    I'm guessing the world of passwords will never go away, but in settings where users have to deal with many (in the case described above, literally hundreds) of systems and their various password paradigms, passwords SHOULD go away (NOTE: the use of the plural... I'd be okay with somehow consolidating total access down to ONE password). Somehow it must be comforting to PHB's to know their universe is multiply protected by multiple schema, whether or not it affords any protection.

    1. Re:as usual, blame the users for trying by thc69 · · Score: 2, Insightful

      Heheh..."too many" passwords. I've found that the username/password pair concept is so alien and nonunderstandable by so many users that it's entirely pointless. My more saavy clients understand how it works, but use a single insecure password (including one who uses "password") everywhere.

      I hate to say it, because the whole concept is so incredibly simple to me, but it's just not going to happen with users.

      Further, they want to be _told_ that they're secure, they want to make somebody else suffer when their security is breached, but they do NOT want to work in any way to remain secure, even the ones who understand the concept.

      --
      Procrastination -- because good things come to those who wait.
  6. kwallet by DarkProphet · · Score: 4, Interesting

    I find that kwallet works well for this in KDE, but its a feature sorely lacking in WinXP, though I am not sure I trust XP to store my passwords ;-)

    I just use the same 4 passwords for everything, but trying to figure out which one of the four a certain one is can be a problem, since in some cases you only get 3 login attempts...

    --
    What could possibly hurt the security of the American people more than giving our own government the ability to hide its
  7. Don't forget by GWBasic · · Score: 5, Interesting

    Don't forget to add that programs use inconsistant rules for passwords. Some programs are case-sensitive, others aren't. Some programs don't allow special charaters, some require them. What's worse are programs that require a numerical password. For example, I refuse to use Verizon's online system because instead of using a username/password combination, I have to use an account number and a randomly-generated PIN.

  8. I won't answer that! by game+kid · · Score: 2, Funny
    Is the solution a master password, with all of the potential problems that represents, or biometrics, or are we stuck with post-it notes and a call to the help desk?

    I'd answer, but then it'll give insight into my password preferences, and then I'll get c00tz0rs from t3h l33t h4x0r2!!1!eleventyone etc.

    --
    You can hold down the "B" button for continuous firing.
  9. IT requiring password changes by ChrisF79 · · Score: 5, Interesting

    I can definitely relate to what they're saying in the article. At the company where I work, we are required to change our Windows password every 8 weeks and the password to get into the financial software every 3 months. To make matters worse, we can't use a password we used in the past again. So, you have a bunch of folks here that aren't concerned at all about passwords creating anything they can think of every 2 months minimum, and forgetting it that same day. It's a huge drain on the IT department and it constantly happens. Also, after 3 unsuccessful attemps at getting in the financial software, you're locked out. You have to call a completely different person that the usual IT guys to get the specialist for PeopleSoft to fix the screw up. It really amazes me at how much time gets wasted in our IT department alone, just fixing passwords for people.

    --
    Finance tutorials and more! Understandfinance
    1. Re:IT requiring password changes by alan_dershowitz · · Score: 2, Interesting

      Where I work (which shall remain nameless) people get around this password restriction by making their password "SOME STRING"1, then when they have to change it in a few weeks, "SOME STRING"2, and so on. I can't believe this is any sort of superior "security", badgering people into choosing terribly predictable passwords.

  10. Information Security by Divide+By+Zero · · Score: 3, Informative

    Something you have (physical key)
    Something you know (password)
    Something you are (biometrics)

    One is good, two is better. Give your users an RFID card, smartcard, RSA SecurID (or similar) or fingerprint reader. Tie in your gift(s) to your authentication scheme.

    You can't lose your finger NEARLY as easily as you can lose your physical token or forget your password.

    --
    Dare to Hope. Prepare to be Disappointed.
    1. Re:Information Security by 99BottlesOfBeerInMyF · · Score: 5, Insightful

      Something you have (physical key)

      Something you know (password)

      Something you are (biometrics)

      I strongly object to this bastardization of traditional authentication scheme theory. "Something you are" is a load of crap. It is an attempt to graft biometrics onto existing theory without evaluating how they really work. Biometrics identifiers are just something you have and need to be evaluated on their strengths and weaknesses on that basis. For the most part biometrics are something you have that you keep with you all the time and cannot easily remove or change. This is good in that it makes them harder to steal and less likely to be lost. This is bad because you cannot put them away somewhere safe and are constantly exposing them to the possibility of being copied. It is also bad because unlike other things you might have and use to authenticate, biometrics are almost impossible to change, so once compromised are a nearly permanent vulnerability. Finally, biometrics are bad because they can lead to the escalation of a crime in that their theft can be physically damaging. Take note of the man who was first kidnapped, then had his thumb cut off when car-jackers wanted to be able to start his fancy thumbprint lock car. Criminals don't need to be given extra motivation to commit mutilations.

      Biometrics proliferate these days largely on their "cool" factor. The more blinking lights and high-tech gadgets the more secure it must be, right? Sadly they are being used to replace either the something you know or something you have in traditional biometric schemes, with the end result being less overall security. Biometrics have their place, and that is in a tightly controlled environment, supplemented by human observers to prevent copies from being easily used, and as an additional security measure on top of "something you know" and "something you have" that can't be copied from your beer glass at the bar. They do not belong in an authentication scheme in place of either a traditional "something you know" or "something you have" unless your goal is to have very, very convenient placebo security that is trivially bypassed by design.

    2. Re:Information Security by darrylo · · Score: 4, Interesting
      You can't lose your finger NEARLY as easily as you can lose your physical token or forget your password.

      Biometrics is a bad idea, if for no other reason than thieves will chop off body parts: Malaysia car thieves steal finger

  11. And for the contrary opinion by joeflies · · Score: 2, Informative
    CNET commentator mentions that you should take the results with a grain of salt. A company that sells tokens wouldn't publish a report saying that most people are ok with passwords. And also note at the end - the actual survey data is not available to you unless you're a member of the media.

    Then there's also the fact that Lloyds performed a survey that contradicts the findings - passwords are fine as long as there's proper education.

  12. ... MSN Passport? by everphilski · · Score: 4, Informative

    ... nobody seems to be a big fan ...

    -everphilski-

  13. I use Password Safe by alan_dershowitz · · Score: 4, Informative

    I use Password Safe on a USB pen drive. It has a master password that it uses to encrypt all my other passwords in a tidy MFC application. In x86 Linux I access it using Wine, which works fine. For my OS X machine, I use pwsafe, a console app that lets you access Password Safe databases, and dumps the password directly into the X clipboard buffer. (Use the CVS version, the latest regular build can't access the latest Password Safe database format.) I found other unix password safe compatible workalikes to be extremely poor.

    This solution works well for me. Just make sure you back up your pen drive.

    1. Re:I use Password Safe by loyukfai · · Score: 2, Informative

      FYI, there is a similar project called KeePass.

      http://keepass.sourceforge.net/

  14. I work in web hosting... by Skadet · · Score: 2, Interesting

    In the (California-based!) tech support center. You might be shocked at the number of people who have no idea how security works.

    Prime example. When a customer wants to cancel their account, we direct them to an online form which asks for their registration # or domain name and their password to verify their identity. Invariably, the customer forgets their password and when we respond that we can't cancel their account without that information, they ALWAYS ask, "can you tell me my password?"

    I am not joking. People call in all the time wanting their login information without being able to verify a thing. By the way, when this happens, there are two options - the "forgot password" form which mails the info to the admin address on record, or providing the billing CC# (you pay the bill, you get the key)

    But I digress. Ultimately, the general public couldn't care less about passwords because they don't truly understand their function other than "it gets me where I need to be"

  15. Re:Just use your Social Security number. by merreborn · · Score: 2, Informative

    Just use your Social Security number... Good idea?

    No.

    That's about as secure as your mother's maiden name, or your dog's name.

    Which is to say, it's the worst password imaginable.

    Do you want your father/mother to have access to all your accounts?

    Hell, for wellsfargo.com, your SSN is your username!

    Not to mention there are under 10^9 possible SSNs, and the first 3 (5?) digits can be calculated based on your place and date of birth! That reduces your number space to 10^6 or less, which, at one request/second, could be cracked in 11 days -- And 1/second is a very slow rate!

  16. I'm suprised that nobody has mentioned..... by 8127972 · · Score: 2, Interesting

    ..... Single Sign-On Manager by RSA. The IT manager then has the choice of using an RSA SecurID Authenticator, RSA Smart Card, RSA USB Authenticator, a biometric or (god forbid) a password.

    --
    This is my opinion. To make sure you don't steal it, it's covered by the DMCA.
  17. Security by Widowwolf · · Score: 4, Informative

    Thsi is why i use a free a free program called Password Safe (http://www.schneier.com/passsafe.html) You remember 1 password to login to your safe and then you can see all your entries from there..and as far as i know there is no limit on #1 the entries in each list, #2 The amount of lists you can have..you just have to remember that one password..a definitely good utility for windows..all you apple and linux heads..dont know if it will work for you.It only takes a second to login and your are ready to go.. and when the fiel that stores them auto encrypts your data..as far as i know no one has broken it..From thier front page

    With Password Safe, a free Windows utility designed by Bruce Schneier, users can keep their passwords securely encrypted on their computers. A single Safe Combination--just one thing to remember--unlocks them all. Password Safe protects passwords with the Blowfish encryption algorithm, a fast, free alternative to DES. The program's security has been thoroughly verified by Counterpane Labs under the supervision of Bruce Schneier, author of Applied Cryptography and creator of the Blowfish algorithm. Password Safe features a simple, intuitive interface that lets users set up their password database in minutes. You can copy a password just by double-clicking, and paste it directly into your application. Best of all, Password Safe is completely free: no license requirements, shareware fees, or other strings attached.

    --
    ~~"Of course, that's just my opinion. I could be wrong." ~~Dennis Miller
  18. There's some decent password managers by Nik13 · · Score: 4, Informative

    Too many passwords? Definately, especially if you work in IT, I have dozens of them to remember... Even for home stuff I got dozens: different forums (web related, IT related, AV related, etc), news sites like /., dozens of online stores, email, etc... It's just too much for my memory, so instead of using the same password everywhere or writing them down or such, I resorted to use a decent password manager. I've picked KeyPass (worth every penny they ask IMHO), but there's lots of others - including some F/OSS ones like KeePass or Oubliette, you can even find a bunch on sourceforge, and they're usually quite simple programs to "tweak or enhance" if they're not exactly like you wish they were (add new cryptos, GUI changes, new features, etc). I've looked at the code of a couple and it was nicely done, good quality code, pretty secure stuff. It would be quite simple to make a basic one from scratch too (using some of the high level languages with very complete libraries and frameworks like we have nowadays), the DPAPI could be useful too.

    Ideally it should run without being installed (and without too many dependancies), off a memory stick or PDA for portability. Some browsers have password managers, but it's a partial solution (only good for websites, and only work in this specific browser on this very PC), and I have problems trusting some of them (IE) to keep passwords secure at all.

    Not sure what's out there for linux though...

    --
    ///<sig />
  19. App on my Palm Pilot by f_g_goss · · Score: 2, Interesting

    I have two apps on my Palm: one generates passwords, another stores them in a "vault" with a master password. Works well especially the password generator. I just select upper/lower/mixed case, alpha characters and how long to make the password string. Copy-paste into the password vault. Done.

  20. I tried reasoning with the IT people by TomorrowPlusX · · Score: 2, Interesting

    I made the argument, some time ago, that instead of forcing us to make new passwords every 45 days ( which is basically a solid way to guarantee weak, easily dictionary-attacked passwords stuck on the monitor ) they should allow us to keep our passwords longer the more complicated they are.

    Say, I choose an easily dictionary attacked password with just 5 lowercase letters. Whammo -- I'm told I can use that password for 3 days. So I make a 20 character, non-dictionary password with a mix of letters, numbers, random symbols, etc and I'm told I can keep it for a year.

    Seems to me that's a reasonable approach: reward people for better passwords.

    Suffice to say, I was told: "No way, we like it as it is"

    --

    lorem ipsum, dolor sit amet
  21. Re:Get rid of them by Kainaw · · Score: 3, Funny

    is there really a serious threat of people hax0ring other workers' accounts and taking their online sexual harassment training for them?

    Funny you should ask... I found the web-based Sexual Harassment training a stupid waste of time and energy. I tried to get it stopped, but management wouldn't listen. So, I wrote a script that pulled everyone's username from LDAP and completed the training for them on the first day it was available. Everyone got a "thank you" email and nobody wasted any time (except me - but then I spend my day reading slashdot).

    --
    The previous comment is purposely vague and generalized, but all of the facts are completely true.
  22. Biometrics not the solution by millermj · · Score: 4, Interesting

    There's a way to exploit just about anything. It's guaranteed someone is going to invent a way to fake a fingerprint or a retina to gain access. At least a password can be changed once guessed. I'd like to see you try changing your fingerprints.

    --
    Did anyone bother to ask the customers what they want?
    1. Re:Biometrics not the solution by SydShamino · · Score: 2, Interesting

      Yes, fake fingerprints or retina are a problem for biometrics.

      But, a bigger problem (for now) is someone cracking your database of biometric data, and being able to retrieve the information you store to identify people. This is why there is research into Replaceable Biometrics.

      If the stored database cannot be related to the person, then again a criminal is forced to go directly to the source (you) to copy or steal the finger or retina. Ideally, they would then be stopped by not knowing your password, or not having your key. If a criminal has all three, such as by kidnapping your children and forcing you to retrieve the data yourself, then there is still a fourth identification option:

      * Something you do (i.e. something out of the ordinary that draws attention to yourself)

      If you walk in and say "Hello Bob" to the security guard every day, and today you say "Hello Jim", maybe he will know something is up and alert the police. Or, maybe the security guard simply notices that you are sweating or looking very nervous, and investigates without you intentinally alerting him at all.

      --
      It doesn't hurt to be nice.
  23. Its easy.. by slashmojo · · Score: 2, Informative
    There's loads of handy password management apps around for all platforms such as..

    Revelation for linux/gnome.

    Lots more you can find on http://tucows.com/ or your favourite software download site..

    I have close to a hundred logins stored (encrypted) and gave up trying to remember them all a long time ago.. its really not an issue with such a program. Just make sure to keep a backup somewhere or you are screwed when your pc dies.. ;)

  24. My System for Passwords by under_score · · Score: 2, Interesting

    I have three "good" passwords upon which I create variants. The three basic passwords all have a pseudo random combination of caps, lowercase, numbers, and punctuation. Then, when I have to change a password due to corporate policy, I simply change a single character so that my password gradually evolves... and stays very memorable. Admittedly, remembering the base passwords in the first place was a bit painful. But so far that I know of in over ten years of use, I have never had a password compromised, including passwords on servers that are publicly accessible. In my own experience, most tech users who are not technically inclined do indeed have very poor passwords: sometimes just their names even. I try to educate people on it but it is hard going. Most people just don't feel that it is worth the bother... and probably from their own perspective, a risk analysis would show they are correct.

  25. I write my passwords down. by LionKimbro · · Score: 3, Interesting
    I write my passwords down in a special location in a special book.

    • You can't look at my password over the Internet.
    • You can't (for at least 30 years) make a robot that will find my passwords.
    • If a server that stores my password is compromised, then it is only that password that is compromised.


    I have offloaded Internet security into Material security.

    I use a separate password for every forum I care about. My passwords on my personal computers are changed regularly. I can do this, because of my password book. Without it, this would be implausible.

    It is conceivable that someone will get my password by taking my book from me, and snapping pictures of the password pages with their cell phone. Very well then, let someone make the $500 airplane trip over here, come into the office, find my book, and then start snapping pictures. Or maybe find me on the streets if it's lunch time, and rip the book out of my backpack. Conceivable.

    But I think this is prohibitively expensive for most people. It would be cheaper to hack a website, and get some other guy's password, and see where else the password might be usable.

    I think it is less risky to keep a watchful eye on my password book, than to use only a finite number of passwords.

    If someone thinks this is wrong, tell me what you do, and tell me why it is more secure. Not what you can imagine doing; Rather, tell me what you really do.
    1. Re:I write my passwords down. by Catamaran · · Score: 2, Informative
      --
      Test 1 2 3 4
  26. Simple, elegant solution by pubjames · · Score: 2, Interesting

    I saw on a web site somewhere (sorry can't remember where) a simple, elegant solution to this problem, at least when it concerns logging on to web sites.

    You have a single password. This password is combined with the domain name and then processed with an appropriate mechanism (e.g. MD5) to produce a unique password for an individual site.

    I think that's a great solution and think it should be incorporated into all open source web browsers. The user doesn't even have to know it is happening. Much more practical than biometric solutions.

  27. Use tokens, and let users pick their passwords by m50d · · Score: 2, Interesting

    If you try and force users to use stronger passwords than they can remember or change them too frequently you'll just get post-its and helpdesk. If their passwords aren't secure enough, get them to use etokens or something similar.

    --
    I am trolling
  28. I changed my password this morning by RingDev · · Score: 3, Interesting

    And I had some app running in the background (something FF related?) that kept trying to auto apply my original password (yes I cleared password from inside FF). After the 6th lock out of the day, I got my network tek's to let me reset my password.

    Total cost of the password change? Maybe a manhour's worth of time (between myself and waiting on the teks, and the teks stoping their work to fix my account). So maybe a hundred dollars or so. But we have 800+ employees in 5 branches. That's a lot of password change headaches.

    -Rick

    --
    "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
  29. Great idea, until... by jxyama · · Score: 4, Insightful
    You encounter very common "change your password every N months and it cannot be the same as the last X passwords."

    I wonder how long before we figure out that this very requirement frequently leads to sequencing of the password, which completely defeats the purpose of changing it every so often.

    I do like your idea, though, for places where I don't have to change the password every so often.

    1. Re:Great idea, until... by bdcrazy · · Score: 2, Insightful

      From what i can ponder, the point of consistantly changing passwords is to limit the time in which someone who has your password has access. Though just having the password once is enough to cause problems usually. Though if someone got your password and then changed it you will notice the next time you try and log on. Anybody have any ideas on any other reason you'd want changing passwords? That policy doesn't quite make sense to me, unless you didn't have other controls on where they could connect from, how much they had access to, etc.

      --
      Tonights forecast: Dark. Continued dark throughout most of the evening, with some widely-scattered light towards morning
  30. Sneakers reference by CoolBru · · Score: 2, Funny

    No-one seemed to have mentioned that the pass-phrase to decrypt everything in the world in the movie "Sneakers" was "Too Many Secrets". I guess it could have been too obvious.

  31. Keep it SIMPLE - Try this instead algorithm by spineboy · · Score: 2, Insightful

    I just use an algorithm based on the web site, plus an additional few letters. For example if the site is Slashdot your password could be slashDOG8cAt, on Google it could be googDOG8cAt, etc. You can get a little more creative when financial or other stuff is valuable, e.g. a different user name and password algorithm for banks/credit card sites, etc. One important note - treat every computer not in your home as being infected with a virus/key logger - DON'T use public computers for your financial stuff.

    Obviously - for many websites, security really doesn't matter, and so the same password can be used for most of them - just don't use the same one for the important stuff.

    --
    ..........FULL STOP.
  32. Opposite problem at my work by fak3r · · Score: 2, Interesting

    This is a problem, however at my work (and a few other gigs) I've seen Password deficiency in the workplace. Too many projects headed up by non-technical people that don't understand the importance of passwords. Obviously a unified solution (NFS or the like) would help tremdously, but for things like servers, getting to a root acount woudln't be a good use, so I think it'd need to be a biometrics (fingerprints) solution, with a "sudo like" funtionality on the server. ie- the user with this fingerprint can do these things, etc.

  33. The password for the passwords by xiando · · Score: 2, Interesting

    I use Another Password Generator for all my passwords. http://www.adel.nursat.kz/apg/

    As a general security measure, I use different passwords for all the Internet services I use. I simply do not trust the random forum and service owners I use enough; not because I distrust any concrete service like say Slashdot, but because it only takes one dishonest service owner to look up my password in order to have them all if I were to use the same one everywhere. Instead, I have a very long, huge text-file with all my password which is stored on my bestcrypt http://www.jetico.com/ partition. The system works great for me. Alright, I have to look up the service and password every time, but as I always have that file open in kate since I use it frequently it is not a big deal. This works fine for me and I recommend it. This way I only have to remember the actual sentence I use as a password for my bestcrypt drive, and nobody can use the password on one service to guess my password on another since they are all random garbage like we4kBoc3fis...

    So I think that a "a master password" IS the solution. Every employee can easily have their own personal master password where they keep a record of all their passwords, and this allows every employee to have a random password that only works for them assigned for each service they use.

  34. My bank used biometrics by Anonymous Coward · · Score: 2, Funny

    But I kept getting access to John Holmes account. And they say those e-mail elargement ads never work! Ha!

    (hopefully moderated for humor)

  35. Can you say... by vrta · · Score: 2, Funny

    ...OneBigTextFile?

    --
    Why don't sheep shrink when it rains?
  36. Password expiring by BrookHarty · · Score: 2, Interesting

    I started using robotron, way too many passwords to type in daily. I have password safe with over 300 passwords, from sites, servers or applications. Crazy.

    Then IT thinks its good to change passwords every 30 days on some sites, password management alone takes 1-2 hours a week, not counting the times I have to change passwords for other people.

    If anyone knows a opensource robotron replacement that works in both IE and Firefox, reply. As for password safe, been trying a new opensource one called Keepass that looks pretty nice, and ported to multiple platforms.

  37. Re:Just use your Social Security number. by SatanicPuppy · · Score: 2, Insightful

    Don't even need to break the scheme really. Ever notice that some sites, when you forget your password, will email it to you? Email you YOUR password, plain text, through email. Which means they're storing it in a format that is readable to them, AND they think email is an acceptable medium for transporting passwords. Oy vey.

    That kind of stuff makes me crazy. Any system I design has completely obfuscated passwords, the sort that can't be retrieved but have to be reset. To authenticate I mangle the password that they submit, and see if it matches the mangled one on file. Sure it's possible to de-mangle them, but it's a hell of a lot harder than cracking a piece of 2-way encryption, and you don't have to worry about people who are merely curious or unskilled.

    I can't think of a situation where I would want someone to be able to find out my password. I don't want them to be able to email it to me. If I forget, just reset it and send me a temporary password. Anything else is begging to be broken.

    --
    ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
  38. Similar by marcus · · Score: 2

    I use a mnemonic , usually a shape. As in, my yahoo mail password is shaped like a "Y", Amazon is an "A", etc. That is usually enough to trigger the rest from memory. Work is a "W". Since they do have a password expiration policy, I just walk the "W" around the keyboard since there are dozens of variations possible.

    --
    Good judgement comes from experience, and experience comes from bad judgement.
    - W. Wriston, former Citibank CEO
  39. Re:Pin Number by poopdeville · · Score: 2, Funny

    I hope you don't start with 31415926...

    --
    After all, I am strangely colored.
  40. Argghhh, fer crisakes by Usquebaugh · · Score: 2, Interesting

    Identity 2.0 it's nearly been blogged to death.

    Take a look at this really cool presentation, even if you find the subject matter boring the presentation is sharp, http://www.identity20.com/media/OSCON2005/ /. news for the lazy and ignorant

  41. Re:Pin Number by Cro+Magnon · · Score: 2, Funny

    Augh! You bastard!

    --
    Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  42. the key problem by timmarhy · · Score: 2, Insightful

    the key problem here, is that people are lazy and stupid.
    the best way to secure something without taxing the average persons feeble brain is to use a password and an ssh key on a swipe card or a usb drive.
    that way even if someone gets one they are very very unlikely to get the other. it also means you can change the ssh key on them without them having to remmeber anything. hell in a system i'm impementing everyone get a new key when they swipe in for the day and it expires after 24 hours.

    --
    If you mod me down, I will become more powerful than you can imagine....
  43. SHA1 and a piece of paper by The+Chaotician · · Score: 2, Interesting

    Here's my solution: I keep one good password in my head. On a piece of paper (or two - no need to keep it private, you can write it in the sky if you want), I write a "hint" for each password I need to remember. For instance, my yahoo hint is "yahoo". My ebay hint is "ebay".

    The actual password for each site is the first 8 chars of the SHA1 hash of my memorized password concatenated with the hint (sha1(passwordyahoo), sha1(passwordebay) etc).

    I keep a gdesklet applet open on my desktop to generate passwords when needed. The SHA1 algorithm is freely available and already implemeted as libraries in many languages, so moving to a new computer or rebuilding the password generator is simple.

  44. Re:simple python script by jaseuk · · Score: 2, Informative

    Take a look at apg.. Find it on freshmeat/google..

    apg -m 12 -x 14 -t
    IgcusbavZeb7 (Ig-cus-bav-Zeb-SEVEN)
    koatDokwepht (koat-Dok-wepht)
    AwUkTeduldAc (Aw-Uk-Ted-uld-Ac)
    gizJogcypnot} (giz-Jog-cyp-not-RIGHT_BRACE)
    NodwacIbVawl (Nod-wac-Ib-Vawl)
    vekOypevpast5 (vek-Oyp-ev-past-FIVE)

    It pronunces nicely random passwords that can be pronounced so that you can remember then.
    Pronounciation is in brackets.

    Jason

  45. Re:Get rid of them by jjoyce · · Score: 3, Funny

    But now you've got bigger problems 'cause they're all running around playing grab-ass.

  46. Re:simple python script by LordFnord · · Score: 3, Funny

    > koat-Dok-wepht
    Sorry, I don't recognise that spell.
    What next?

    > Aw-Uk-Ted-uld-Ac
    Sorry, I don't recognise that spell.
    What next?

    > Nod-wac-Ib-Vawl
    You summon a grue.
    The grue eats you.
    Your score was 0.
    You cast 1 spell.

    Play again?

  47. Password safes considered unsafe by hacksoncode · · Score: 2, Interesting
    The notion of having some master password that unlocks a "password safe" that stores all of your crazy passwords for different sites is a powerful one, but it has one huge hole that has bitten me more than once.

    Windows (as would be any OS that attained broad use) and/or disk hardware are sufficiently unstable that I occasionally have to scrap my existing data and start over from scratch. Additionally, I use many different computers on different networks to access the same websites, etc. Backups are a pathetic workaround for this, and are themselves a vulnerability.

    In fact, any scheme that relies on a password safe resident on one machine will always be susceptible to catastropic lossage, and is a pain to use on other machines. And any scheme that relies on 3rd party storage of the passwords is vulnerable to attacks on that storage and is inherently harder to maintain.

    Personally, I think the only thing that will eventually solve this problem is a single password plus a smartcard-like system (with automated backup to some other local storage). We're not going to get there easily, though. And it's not a panacea either, because smart cards can be lost, stolen or fried just as easily.

    Ironically, this problem is essentially another variant of the fundamental issue surrounding identity theft: in an information society, it's absolutely crucial that we be able to reliably uniquely identify every person, but anything we use to do that will end up being abused just like SSNs.

  48. steel door on a house of straw. by twitter · · Score: 2, Insightful
    One is good, two is better. Give your users an RFID card, smartcard, RSA SecurID (or similar) or fingerprint reader. Tie in your gift(s) to your authentication scheme.

    Hook up your windoze computer to a network and have it owned in 12 minutes anyway. All good practices, when applied to insecure softare, are just an inconvenience to the user. What good are passwords, expensive biometric scanners and all that when your users have Outlook, IE and your "server" runs junk that gets owned all the time? That's just good money after bad.

    --

    Friends don't help friends install M$ junk.

  49. The password pyramid by TheLittleJetson · · Score: 2, Insightful

    At the top, are your ultra secure passwords that you only use for your bank / brokerage / etc. At the next level down, is your password that you use on all your personal computers, encrypted volumes, shell account, etc. Below that, is your password that you use for stuff you login to over the internet and don't want other people logging into (e-commerce, etc). Below that, is the one you use for crap you couldn't care less if people use (nytimes.com, etc.).

    If you follow that system, you'll end up with only half a dozen passwords or so, and you'll still be pretty secure, as the important passwords aren't used as often as the less important ones.

  50. easy password by Ranger · · Score: 3, Funny

    I have a password that will be easy for everyone to remember, foo.bar. Change it to that and everyone send me your id's and I'll make sure it's secure. That way everyone only ever has to have one password.

    I worked for a company that had the most retarded rules for passwords. It had to have a number and a capital letter in it. The number had to between the first and last letters. We had multiple logins for various systems. We had a separate login for our computer, then a login to access our application suite, then a password for each application. And we had 7 or 8 of them. Needless to say, I kept the same password for as many of them as I could. My password was ih8Sprint. And then they made us change them every 60 days, so it became Ih8sprint, then iH8sprint, then Ih85print. You'd never guess who I worked for.

    --
    "You'll get nothing, and you'll like it!"
  51. Mobile phones? by Trejkaz · · Score: 2, Interesting

    I don't work for sun, but I think that the mobile phone makes a pretty good store for passwords encrypted by a master password.

    The PC is obviously out of the question if you use different operating systems... for instance, my home PC is primarily a KDE desktop, so its wallet app is used for storing all passwords. But I have no simple way to access that wallet from the Winblows machine I have to use at work.

    Phones, however, usually have this "code memo" feature these days, which lets you wrap any information you want in crypto, and seems to be quite useful for password storage.

    Of course, the same master password problems apply... if you lose that one password, you lose them all. And if someone steals that one password (and the phone) they steal all your passwords. But it's better than a simple text file on disk somewhere, and much better than the post-it notes.

    --
    Karma: It's all a bunch of tree-huggin' hippy crap!
  52. Security versus the ability to work by gdav · · Score: 4, Interesting

    Where I work (a university) we used to have a fairly fierce password regime. Change it every four weeks, no re-using of old passwords, minimum eight characters including mixed case, numerals and punctuation - that kind of thing.

    Later on, we learned better, and adopted a much more relaxed regime, in which we specifically didn't force expiry or insist on passwords like tH1s#0n£3&@ for most of the users (we were stricter with people who could order goods or edit the payroll!).

    The main reason was that we evaluated (for a range of typical users) the potential financial cost and likelihood of being prevented from working by our password regime, against the potential financial cost and likelihood of suffering a security breach. And in almost all cases, our security policy turned out to be much more damaging than any plausible security breach.

  53. But how serious is the problem? by LK3 · · Score: 2, Insightful

    What I'm wondering, in connection with the requirement by many companies that passwords be changed regularly, is this: is there any empirical evidence as to how much password hacking actually occurs, and whether this policy has any real effect? By "password hacking" I mean anything other than theft of the actual password files housed by the authenticating system.

    Because unless someone has stolen your password from another source (like the authenticating system itself, in which case changing the password regularly has no effect), changing passwords just provides another opportunity for your password to be written down and then lost/stolen. The fact that most people write the password down somewhere in the vicinity of their computer makes this even worse.

    And changing passwords can't prevent brute force attacks, which rely on running through multiple combinations automatically.

    (By the way, anyone want to guess how unlikely it is that bad guys will try to figure out your password by determining your dog's name and your birthday, or whatever silly mnemonic device you've converted into a password? Bruce Schneier calls some bad terrorism response plans "movie plot" scenarios because they are responding to things that only occur in movies, not real life. Although the movie scene with someone breaking into someone's computer by reasoning out what the person would use as a password is ubiquitous, does this really happen?)

    Finally, the other justification for this policy of having ever-changing passwords is that if someone does get access to your password, it will either be outdated already or will become outdated. But how many situations does this really cover -- and how much of a help is it if you are not scheduled to change your password until 2 months later (now, a password that changed every day or every minute would be a different story -- oh, wait, isn't that encryption?)? And even it it helps somwhat, does that outweigh the risk of having employees post their passwords next to their computer?

    Know what these policies may really represent, at least in some instances? Businesses trying to make it appear that they are putting security into place, when it's really just a fig leaf.

  54. Re:Security for Apple Heads by PhunkySchtuff · · Score: 2, Insightful
    Us Apple Heads, as you put it, don't need Password Safe (as good a product as it is) as we have, built right into the OS, the Keychain - an AES128 encrypted file containing
    • Web Passwords
    • Application Passwords
    • Security Certificates
    • Public/Private keypairs
    • Secure Notes
    It integrates with most apps on the system so, for instance, if I go to a passworded site in Safari (the Web browser) and Safari can get the username and password from the keychain (by asking me for my keychain password) and then I can optionally allow Safari to always access this item without asking me first. You can have multiple keychains, have some unlocked automatically and have more secure ones that you have to unlock each time, or even go into the Keychain Access application and manually unlock...
  55. dedicated PDA by Maljin+Jolt · · Score: 2, Informative

    One USB stick is not enough for your passwords.

    I picked one of my PDAs fully dedicated for only password database, plus other technical details for my machines, net services or other accounts. Methodically not using it for anything else, no network, no usb plug to any machine, ever. Backups on flashcards. Second identical PDA in the drawer, without data but ready to accept backup flashcard at any moment, usualy used for playing with NetBSD.

    Today, the database has 726 records of active nick/identities, Maljin Jolt on Slashdot among others. What a pile of sticky labels could that be!

    --
    There you are, staring at me again.
  56. www.muyseguro.com by jlromero · · Score: 2, Funny

    I've written an online service called www.muyseguro.com (which stands for "very safe" in spanish). Currently is in spanish only. It is a digital vault online for storing passwords, credit card info, and any other sensitive information that you may need to keep it safe and ubiquitous. The info you store there is encrypted with powerfull algorithms (128 bits encription), so it can be kept safe. Please, review it and let me know your thoughts about it.

  57. Re:Pin Number by arminw · · Score: 2, Funny

    .....I hope you don't start with 31415926......

    No, he starts at the other end of PI.

    --
    All theory is gray