Yes, that is exactly what I'm doing. I'm checking the propensity for a random string of characters to have a hash collision with an existing known set of words given an unsalted hashing algorithm.
On Fri, Dec 27, 2013 at 10:26 AM, Lonnie Olson <[email protected]> wrote: > On Fri, Dec 27, 2013 at 10:24 AM, Steve Meyers <[email protected]> wrote: > > Sounds like you just need to write a script that will go through the > file, > > and see if the previous line is identical to the current line. > > No need to write a script to do that function. `man uniq` > > But he is trying to match new hashes to an existing file of hashes. > > /* > PLUG: http://plug.org, #utah on irc.freenode.net > Unsubscribe: http://plug.org/mailman/options/plug > Don't fear the penguin. > */ > /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
