lua-resty-string
lua-resty-string copied to clipboard
why the result is wrong
when I use 128_ecb, first encrypt the content, then base64, why the result is wrong, is it exist a bug that it default use md5 to encode the key then use to encrypt? I just want to use the origin key
@agentzh
yes, it does not use your input key by default. I've tried to give an solution, see my pull request #46