Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
947655
Topic
84992
Board
Services
Re: SMF modification needed -- upgrade password hash security -- 40 BTC
by
theymos
on
07/06/2012, 20:24:42 UTC
Quote from: publio on June 07, 2012, 08:01:45 PM
If you're creating salts, you may want to use a CSPRNG. So, you want /dev/random instead of urandom.
/dev/urandom is more than sufficient. It's not very important for the salt to be unpredictable.