Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: Generating random characters for a salt.

by fenLisesi (Priest)
on Aug 31, 2007 at 08:02 UTC ( [id://636271]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Generating random characters for a salt.
in thread Generating random characters for a salt.

If you are given these rules:

  1. Your salt must be N characters long or shorter
  2. N is a small integer

then, yes, you would want a big char set. That is not the case with salts, however. Heck, you could restrict yourself to two characters and still be arbitrarily uhm... arbitrary by making the string longer.

The incredibly-randomness and terribly-hard-to-guessness of a salt is not critical: it is going to be hashed again.

Disclaimer: I am not a crypto expert either. /me .oO(Come to think of it, I am not an expert in anything, really. That's not very good at age 34)

Cheers.

  • Comment on Re^3: Generating random characters for a salt.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://636271]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (8)
As of 2024-04-19 12:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found