cryptojs icon indicating copy to clipboard operation
cryptojs copied to clipboard

Fix Input Message Overwrite Bug

Open cwacek opened this issue 11 years ago • 0 comments

Thanks for putting this project together - it's really useful.

This fixes unexpected behavior I discovered while using block encryption. The input array was always overwritten to be identical to the output. I created an optional parameter which controls this behavior (and disables it by default).

I've also updated the README a bit to clarify some of the differences between how the CryptoJS API works and how this library's API works.

cwacek avatar May 20 '13 14:05 cwacek