Closed GoogleCodeExporter closed 9 years ago
This can be used like:
var encodedData = CryptoJS.AES.encrypt(data, key, { iv: iv, format:
CryptoJS.format.Hex });
The encodedData returned is the Hex string of the encrypted data.
Original comment by kakao...@gmail.com
on 14 Dec 2012 at 11:12
Thanks. This will likely make it into the next release.
Original comment by Jeff.Mott.OR
on 3 Jan 2013 at 7:58
Original comment by Jeff.Mott.OR
on 3 Jan 2013 at 7:58
Hex formatter is included in latest release as a separate component.
Original comment by Jeff.Mott.OR
on 7 Jan 2013 at 1:45
Original issue reported on code.google.com by
kakao...@gmail.com
on 14 Dec 2012 at 11:11Attachments: