in reply to Password cracking algorithm

Some points to consider:

If you're looking for a general security resource, you should take a look at Practical Unix & Internet Security, 3rd Edition, it's a damn good book, one of the best I've ever read on security.

Best of luck with the security company :)

Replies are listed 'Best First'.
Re: Re: Password cracking algorithm
by waswas-fng (Curate) on Jul 22, 2003 at 04:19 UTC
    A few more points:

  • The only reason you would need to check all possible passwords is to crack a password -- if you are looking to test security check for weak passwords (dictonary words). There is no other reason to try such a silly task.
  • The only ways someone would be able to crack a password on your system are If they know a user name, if they have access to the file or store that contains the password, or have unfettered access to "try" passwords against that store. Look to stop these 3 things and find weak passwords and you are as secure as you can be (password wise at least)

    -Waswas