GithubHelp home page GithubHelp logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
Hi, pascalh. I can't reproduce this issue. Could you attach a full working page 
where the issue occurs?

Original comment by Jeff.Mott.OR on 21 Jun 2012 at 9:17

from crypto-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
Hi,

I've attached minimal HTML + Javascript below. It seems to only happen in 
conjunction with jQuery's XmlHttpRequest function.

Download the files, put the *.js files in a js/ subdirectory, then load the 
page in a browser and open a JS console so you can see the error messages. 
Press the "Test" button. I get "Uncaught TypeError: Cannot read property 
'words' of undefined" on cryptojs-sha1.js:8 and the browser performs a form 
submission - why I don't know, since the submit event handler returns false.

Pascal

Original comment by [email protected] on 22 Jun 2012 at 9:03

Attachments:

from crypto-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
Ahh, it's because the hash you get back is an object (see 
[http://code.google.com/p/crypto-js/#The_Hasher_Output The Hasher Output]). And 
when you pass an object to jQuery's data property, then jQuery tries to convert 
it to a query string.

You'll need to make sure the hash has been serialized to a string. For example:

{ key: CryptoJS.SHA1("Message") + '' }

- or -

{ key: CryptoJS.SHA1("Message").toString() }

Original comment by Jeff.Mott.OR on 22 Jun 2012 at 3:25

from crypto-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
Ahh, sorry, should have read the docs more carefully! I just assumed it was a 
string because, well, that's what the alert displays :-)

Thanks

Pascal

Original comment by [email protected] on 22 Jun 2012 at 3:51

from crypto-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024

Original comment by Jeff.Mott.OR on 25 Jun 2012 at 9:42

  • Changed state: Invalid

from crypto-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.