Re: Password previously used ideas?



On Oct 28, 11:47 pm, Iván Sánchez Ortega <ivansanchez-...@rroba-
escomposlinux.-.punto.-.org> wrote:
Hugh Oxford wrote:
Use a separate table for used passwords, [...]

Of course I _could_ do this but I was looking for a way to avoid it.

Why?

I don't need to know what the old passwords were, I just need to know
that they aren't reusing them.

Of course you need to know what the old passwords were! How could you tell
if a password was used recently if you didn't keep that information?!

OTOH, if you don't want to keep the *cleartext* passwords in your DB for
security and/or privacy concerns, just hash the used passwords.

--
----------------------------------
Iván Sánchez Ortega -ivan-algarroba-sanchezortega-punto-es-

Your supervisor is thinking about you.

Agree with Ivan, separate table with username, hashed password and
date.

Would make one change though. Rather than deleting the older entries,
I'd simply do a SELECT * FROM 'oldpasswords' WHERE user = x AND
password = y and created_date > z.

You can then write a weekly/monthly script the clears out the old
passwords periodically.

Rob.
.



Relevant Pages

  • RE: [Info-ingres] netutil and upgradedb
    ... The other files hold the installation password tickets and GCN cache ... > that restores my NET entries. ... >> I suspect that that is why upgradedb cant manage to upgrade the ... >> required passwords may have been lost in the mists of time. ...
    (comp.databases.ingres)
  • Re: AutoComplete not Completing
    ... This fix applies to Outlook and other programs that store passwords ... in the Protected Storage System Provider sub-branch of the Registry. ... Your Outlook Express Password Is Not Retained in Windows 2000 or XP ... The old entries were there but nothing | new was added when I typed a new word. ...
    (microsoft.public.windowsxp.general)
  • Re: search companion search history
    ... [[The AutoComplete feature saves previous entries you've made for Web ... When typing information in Web forms, and typing passwords, you can remove ... Besides the Run MRU list, ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Address Bar
    ... To delete Autocomplete entries from the Address bar list ... The AutoComplete feature saves previous entries you've made for Web ... Under History, click Clear History. ... When typing information in Web forms, and typing passwords, you can ...
    (microsoft.public.windowsxp.general)
  • Accessing the "Stored User Names and Passwords"
    ... Is there a way using VBScript to remove the entries in the Managed ... Passwords on a Windows XP system? ... usernames and passwords with my login script. ...
    (microsoft.public.scripting.vbscript)