Generate a Hash from string in Javascript
15:10 30 Sep 2011

I need to convert strings to some form of hash. Is this possible in JavaScript?

I'm not utilizing a server-side language so I can't do it that way.

javascript hash