Re: Password algorithms
From: Unix Guy (nospam@raycosoft.com)Date: 04/17/02
- Next message: 10squared: "Re: Is there a program for converting downloads (ex: ROT13) to protect them from viruses & a DOS or Linux companion prog for reversing the process? ver. 1.00 Please followup in comp.security.misc"
- Previous message: Richard Pitt: "Re: Effectiveness of Forced Password Changing"
- In reply to: Peter: "Re: Password algorithms"
- Next in thread: dr0ne: "Re: Password algorithms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: nospam@raycosoft.com (Unix Guy) Date: 16 Apr 2002 23:06:52 -0700
Writing a program to shift the characters in a string 2 places to the
left on the keyboard is trivial. It's a simple mapping that can be
done with a loop over (1) a case statement in bash / Korn shell, (2) a
hash (associative array) in Perl or (3) a switch statement in C/C++.
This would not be a good method for creating a password if you use a
dictionary word or proper noun as input. (But this is better than
using "password" as your password.)
peter_kelly66@hotmail.com (Peter) wrote > Cheers mr unix guy. the more
that i get is brilliant. 1 question ....?
> do you know how to shift all of the characters in a password
> dictionary say 2 places to the left on the key board and would this be
> a good method as maybe it is hard to program. I am not a programming
> guru. when i evaluate my unix account on my machine using john how do
> i use the complete functionality of john.
>
> P.S. Please dont say the instructions
- Next message: 10squared: "Re: Is there a program for converting downloads (ex: ROT13) to protect them from viruses & a DOS or Linux companion prog for reversing the process? ver. 1.00 Please followup in comp.security.misc"
- Previous message: Richard Pitt: "Re: Effectiveness of Forced Password Changing"
- In reply to: Peter: "Re: Password algorithms"
- Next in thread: dr0ne: "Re: Password algorithms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|