Dear all,
I failed to decrypt the data in JAVA from the AES encoder of
https://github.com/openresty/lua-resty-string, but didn't make it. The
encryption was done on the NGINX and bypass to server side in JAVA.
The example codes like:
> local aes_128_cbc_md5 = aes:new(key)
> local encrpyted = aes_128_cbc_md5.encrypt(data)