aes-decrypter
aes-decrypter copied to clipboard
Some ts file cannot be decrypted.
Hi, thanks for your great work, it works very well in most cases in my project. But I noticed it cannot work for some file, I got a error 'crptedhls.js:361 RangeError: Source is too large' Could you please take a look? Thanks again! You can get the original encrypted ts file,
The key and IV is below: var iv = new Uint32Array([ 0, 0, 0, 0 ]);
var key = new Uint32Array([2894323006, 674122501, 375558812, 1943787975]);