jQuery: complete random password generator (including MD5 encoding)

Just before getting to work again, I played a little bit with JavaScript strings and I've created a random password generator with jQuery. I've also added just a little more thrill with an MD5 utility function. I hope you find it useful. The working code is included in the demo below.

Demo

Live demo

Back to top