-
Notifications
You must be signed in to change notification settings - Fork 143
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
Is there an example of AES-128 GCM with iv
decrypt
#92
Comments
I found the reason, It is failed during verify, I delete the logic of verification: lua-resty-string/lib/resty/aes.lua Lines 299 to 301 in 78e5020
aes.lua may need to provide a interface without verify.
|
why not verify the result? Is that right? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi~
I try to decrypt AES-128 GCM, but failed.
but, it can be decrypt by
python
andgolang
:Is the method I am using is wrong?
Thank you~
The text was updated successfully, but these errors were encountered: