in reply to Binary value of string
I also recommend using an existing hashing algorithm. Just using the binary value of a character and then calculating the sum won't detect any character transposition. The values for the following 3 strings will all be the same:
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Binary value of string
by ikegami (Patriarch) on Jul 11, 2011 at 21:15 UTC |
In Section
Seekers of Perl Wisdom