Slashdot Mirror


User: robonasty

robonasty's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:Wait a second on TiVo PC Could Be a Game-Changer · · Score: 1

    But you remembered the "head on" ad so it worked. :)

    Really? I kinda thought they wanted to sell stuff and make money. But if the goal was only to have people remember stuff, then maybe it did work....

    The idea is that people choose the familiar over the unknown. If they can make a memorable ad, people will tend to choose their brand over others.

    They're not coercing people to buy stuff they don't need, they're just creating a preference among people who buy the stuff anyway ;)

  2. Re:hashapass.com on Password Resets Worse Than Reusing Old password · · Score: 2, Interesting

    Unless you are hashing to create the passwords and storing them elsewhere...

    Usually I use the Firefox password manager to encrypt them with the same master password. Very convenient: since Firefox usually selects the login button, I can just type the master password and press enter twice.

    ...then you are dependent on that site being available.

    Not really, you could always save a local copy of the site. Actually, since hashapass uses SHA1, all you need to do is calculate HMAC-SHA1 for your passwords and parameters, and then encode that to a base64 string.

  3. hashapass.com on Password Resets Worse Than Reusing Old password · · Score: 3, Informative

    I use this to generate passwords. Since one master password yields different outputs for each parameter (i.e. slashdot, hotmail) I'm confident I won't forget a password, so I'm safe typing gibberish into the question fields.