JavaScript

  1. Home
  2. Computing & Technology
  3. JavaScript
photo of Stephen Chapman

Stephen's JavaScript Blog

By Stephen Chapman, About.com Guide to JavaScript since 2004

Password Hashing

Tuesday December 2, 2008
Some ideas sound useful when you first look at them but turn out to be nowhere near as useful as they appear

At first glance the idea of converting the password entered into the web page into a hash before sending it to the server looks like a good idea - after all we usually convert it to a hash before storing it in the database to stop anyone being able to tell what the actual password is even when they have access to the database. A closer look at just exactly what you'd need shows that doing so would actually reduct the security of your system rather than increasing it.

Password Hashing

Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Discuss

Community Forum

Explore JavaScript

About.com Special Features

JavaScript

  1. Home
  2. Computing & Technology
  3. JavaScript

©2009 About.com, a part of The New York Times Company.

All rights reserved.