in reply to Password with hashes
As you're dealing with passwords, I hope you've considered the security implications. If not, please do so.
A little more code than my %pword = (Rich => '', Broke => '',); would have been useful. I'm not sure why you'd consider reversing the hash. You haven't described what problem you're encountering using a username as a key. Here's a few code snippets that might prove helpful:
If you're having fundamental problems with how to handle hashes, take a look at perldata.
-- Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Password with hashes
by dsheroh (Monsignor) on Aug 10, 2012 at 08:26 UTC | |
by kcott (Archbishop) on Aug 10, 2012 at 08:43 UTC |