crixusshen / crypto-js

Automatically exported from code.google.com/p/crypto-js
1 stars 0 forks source link

Google Chrome Dev Channel doesn't work #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Use the latest Chrome dev (6.0.495.0)

Call:
Crypto.util.bytesToBase64(Crypto.HMAC(Crypto.SHA1, "GA", "GA", {asBytes: true}))

What is the expected output? What do you see instead?

Expected: bBg1Ebw0ajGh8E47JCjrZ63PdKI=

Instead I see: o4iKvmV1Ahll2gbgpSLys/9e5pY=

What version of the product are you using? On what operating system?

Chrome  (6.0.495.0) on OSX

Please provide any additional information below.

Original issue reported on code.google.com by macc...@gmail.com on 19 Aug 2010 at 1:44

GoogleCodeExporter commented 8 years ago
Google's description for dev releases of Chrome says that this is "where ideas 
get tested (and sometimes fail). The Dev channel can be very unstable at 
times." So I don't think we need to worry too much about Crypto-JS's results 
when tested on an unstable dev build.

Original comment by Jeff.Mott.OR on 26 Aug 2010 at 12:29