ricmoo / aes-js

A pure JavaScript implementation of the AES block cipher and all common modes of operation for node.js or web browsers.
MIT License
1.45k stars 272 forks source link

version 2.1.1 , ECB #91

Open eleven-net-cn opened 5 years ago

eleven-net-cn commented 5 years ago

I need to support browsers older than IE 10, so I use the version 2.1.1, but, It's show me the error about "sourceBuffer.copy is not a function", please help me find out why, thanks!