brix / crypto-js

JavaScript library of crypto standards.
Other
15.82k stars 2.39k forks source link

CryptoJS.pad.ZeroPadding unpad function endless loop #126

Open ghujki opened 7 years ago

ghujki commented 7 years ago

the input parameter data is : {"words":[0,0,0,0],"sigBytes":16}

which causes endless loop

Alanscut commented 3 years ago

@ghujki The bug has been fixed #87 .If your crypto-js version is 3.2.0 or later, this problem will not occur. And the issue should be closed.