yaban / javascript-bcrypt

Automatically exported from code.google.com/p/javascript-bcrypt
0 stars 0 forks source link

test.html Differences #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download the jsBCrypt-v2.1.zip file
2. Run test.html
3. compare results with another bcrypt implementation

What is the expected output? What do you see instead?
 Expected to get a hash which matches other bcrypt implementation hashes with identical salts

What version of the product are you using? On what operating system?
 2.1 on Mac OS X 10.6.7 with 5.0.5 (6533.21.1)

Please provide any additional information below.
 Issue seems to be resolved when you replace the contents of the included test.html with the  hosted test.html. The hosted test.html does produce a true result.
See DIFF output attached.

Original issue reported on code.google.com by Maus...@gmail.com on 20 May 2011 at 12:21

Attachments:

GoogleCodeExporter commented 9 years ago
Verified the new example.html against the jBcrypt test framework without issues.

Original comment by nevins.bartolomeo@gmail.com on 28 Jun 2012 at 2:35