Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid AES key length #11

Closed
cyal1 opened this issue Jul 24, 2021 · 3 comments
Closed

Invalid AES key length #11

cyal1 opened this issue Jul 24, 2021 · 3 comments

Comments

@cyal1
Copy link

cyal1 commented Jul 24, 2021

➜ echo UFlZUEBLRkBISEZa |base64
VUZsWlVFQkxSa0JJU0VaYQo=

do_decrypt :: Invalid AES key length: 17 bytes

@cyal1
Copy link
Author

cyal1 commented Jul 25, 2021

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

@d3vilbug
Copy link
Contributor

➜ echo UFlZUEBLRkBISEZa |base64
VUZsWlVFQkxSa0JJU0VaYQo=

do_decrypt :: Invalid AES key length: 17 bytes

key is not correct in this case

@d3vilbug
Copy link
Contributor

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

you have to customize the current code for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants