Click here to Skip to main content
15,895,142 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
GeneralRe: Salted Password Hashing - Doing it Right Pin
Marco Miltenburg28-Oct-12 20:54
Marco Miltenburg28-Oct-12 20:54 
GeneralRe: Salted Password Hashing - Doing it Right Pin
wout de zeeuw29-Oct-12 0:28
wout de zeeuw29-Oct-12 0:28 
GeneralRe: Salted Password Hashing - Doing it Right Pin
Schmuli29-Oct-12 8:20
Schmuli29-Oct-12 8:20 
GeneralRe: Salted Password Hashing - Doing it Right Pin
TheGreatAndPowerfulOz29-Oct-12 8:37
TheGreatAndPowerfulOz29-Oct-12 8:37 
GeneralRe: Salted Password Hashing - Doing it Right Pin
Taylor Hornby30-Oct-12 9:09
Taylor Hornby30-Oct-12 9:09 
GeneralRe: Salted Password Hashing - Doing it Right Pin
fickendichdu29-Oct-12 9:59
fickendichdu29-Oct-12 9:59 
GeneralRe: Salted Password Hashing - Doing it Right Pin
bpfh29-Oct-12 10:25
bpfh29-Oct-12 10:25 
GeneralRe: Salted Password Hashing - Doing it Right Pin
ThatEffinIanHarrisBloke29-Oct-12 20:14
ThatEffinIanHarrisBloke29-Oct-12 20:14 
"And so back to square one..." - Neggative, Salt is not a secret value, it merely serves two purposes:

Purpose a) By forcing the use of a salt, we need to generate a hash table for every available salt to get passwords that are using that salt, driving up the cost of hash table creation (as rather than one table for all passwords, need one table per salt)

Purpose b) By using Salt we ensure that two passwords of the same value have different hash value due to the different salts....this stops things like finding all users with hash 1e0b2ffs7 blah mc blah and tying that hash to a specific password.

i hope I make sense, but if you want a .NET API to do it properly than look no further than here: http://sourceforge.net/projects/pwdtknet/[^]
Smile | :)
GeneralRe: Salted Password Hashing - Doing it Right Pin
bpfh30-Oct-12 10:28
bpfh30-Oct-12 10:28 
GeneralRe: Salted Password Hashing - Doing it Right Pin
ThatEffinIanHarrisBloke30-Oct-12 15:39
ThatEffinIanHarrisBloke30-Oct-12 15:39 
NewsWhy Coding Style Matters PinPopular
Terrence Dorsey25-Oct-12 11:03
sitebuilderTerrence Dorsey25-Oct-12 11:03 
GeneralRe: Why Coding Style Matters Pin
Andrew Torrance28-Oct-12 13:54
Andrew Torrance28-Oct-12 13:54 
NewsSSH key and passwordless login basics for developers Pin
Terrence Dorsey25-Oct-12 11:02
sitebuilderTerrence Dorsey25-Oct-12 11:02 
NewsRob Pike - 'Concurrency Is Not Parallelism' [video] Pin
Terrence Dorsey25-Oct-12 11:02
sitebuilderTerrence Dorsey25-Oct-12 11:02 
NewsTypescript - a real world story of adoption in TFS Pin
Terrence Dorsey25-Oct-12 11:02
sitebuilderTerrence Dorsey25-Oct-12 11:02 
GeneralRe: Typescript - a real world story of adoption in TFS Pin
Ravi Bhavnani25-Oct-12 11:25
professionalRavi Bhavnani25-Oct-12 11:25 
NewsThe future of .NET lies in Mono. The future of F# lies in MonoDevelop. Pin
Terrence Dorsey25-Oct-12 11:01
sitebuilderTerrence Dorsey25-Oct-12 11:01 
GeneralRe: The future of .NET lies in Mono. The future of F# lies in MonoDevelop. Pin
Marc Clifton25-Oct-12 11:58
mvaMarc Clifton25-Oct-12 11:58 
GeneralRe: The future of .NET lies in Mono. The future of F# lies in MonoDevelop. Pin
devvvy25-Oct-12 15:02
devvvy25-Oct-12 15:02 
GeneralRe: The future of .NET lies in Mono. The future of F# lies in MonoDevelop. Pin
Jörgen Andersson25-Oct-12 20:29
professionalJörgen Andersson25-Oct-12 20:29 
GeneralRe: The future of .NET lies in Mono. The future of F# lies in MonoDevelop. Pin
Nemanja Trifunovic26-Oct-12 3:01
Nemanja Trifunovic26-Oct-12 3:01 
GeneralRe: The future of .NET lies in Mono. The future of F# lies in MonoDevelop. Pin
BrainiacV26-Oct-12 3:47
BrainiacV26-Oct-12 3:47 
GeneralRe: The future of .NET lies in Mono. The future of F# lies in MonoDevelop. Pin
TheGreatAndPowerfulOz26-Oct-12 6:25
TheGreatAndPowerfulOz26-Oct-12 6:25 
NewsOn Being A Senior Engineer PinPopular
Terrence Dorsey25-Oct-12 9:25
sitebuilderTerrence Dorsey25-Oct-12 9:25 
GeneralRe: On Being A Senior Engineer Pin
devvvy25-Oct-12 15:03
devvvy25-Oct-12 15:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.