I'm wondering if anyone has written or come across any implementations of bcrypt in JavaScript. I'm not against writing the code myself but if someone with a stonger background in cryptography has already written one why reinvent the wheel? Especially considering I'd probably come up with a shoddy wheel.
[edit]:
Following the links provided I was able to hack up a version. Its much slower then I expected.
I create a google code page for this and will try to increase the speed in the next few weeks.