in reply to Re^2: Hash from prompt
in thread Hash from prompt

Athanasius: I just figured out what I did wrong. I typed in the wrong key. Everything works now. I appreciate all your help. Thank you; Randy

Replies are listed 'Best First'.
Re^4: Hash from prompt
by AnomalousMonk (Archbishop) on Oct 13, 2014 at 15:08 UTC

    rshoe: Further to Athanasius's reply: It is, in general, a very good idea to be suspicious of and to 'sanitize' (i.e., check, test, validate) input to your program even when the entity generating that input is you.