Ebryx/AES-Killer

Invalid AES key length

cyal1 opened this issue · 3 comments

cyal1 commented

➜ echo UFlZUEBLRkBISEZa |base64
VUZsWlVFQkxSa0JJU0VaYQo=

do_decrypt :: Invalid AES key length: 17 bytes

cyal1 commented

requests need urlencode/decode and response do not need urlencode/decode in some cases

➜ echo UFlZUEBLRkBISEZa |base64
VUZsWlVFQkxSa0JJU0VaYQo=

do_decrypt :: Invalid AES key length: 17 bytes

key is not correct in this case

requests need urlencode/decode and response do not need urlencode/decode in some cases

you have to customize the current code for that