in reply to Is this a secure way to handle login?
one way you can get round the predict random numbers thing, is to:
i think what would be alright, as long as you log all the currently "in use" hashes, then the hash can't be predicted even if someone predicts the random number used, because they don't know what dictionary file you use(because you havn't used a predictable part of the file eg. the first thousand), and also what hash function.
well.. i think that'd work
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: §Is this a secure way to handle login?
by maverick (Curate) on Mar 27, 2002 at 16:58 UTC | |
|
Re: Re: §Is this a secure way to handle login?
by Molt (Chaplain) on Apr 11, 2002 at 13:14 UTC |