Closed GoogleCodeExporter closed 8 years ago
The object you're getting is a WordArray object. You can convert that object to
a string of hex digits by using it in a string context, e.g.
key128Bits + ''
or by explicitly calling the toString method.
key128Bits.toString()
There's more detail in the quick-start guide's "hasher output" section.
http://code.google.com/p/crypto-js/#The_Hasher_Output
Original comment by Jeff.Mott.OR
on 15 May 2012 at 4:52
Original comment by Jeff.Mott.OR
on 16 May 2012 at 8:54
Original issue reported on code.google.com by
marshall...@gmail.com
on 15 May 2012 at 4:22Attachments: