lua-resty-string icon indicating copy to clipboard operation
lua-resty-string copied to clipboard

why the result is wrong

Open hy05190134 opened this issue 8 years ago • 2 comments

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

hy05190134 avatar Sep 06 '17 06:09 hy05190134

@agentzh

hy05190134 avatar Sep 06 '17 06:09 hy05190134

yes, it does not use your input key by default. I've tried to give an solution, see my pull request #46

haorenfsa avatar Sep 09 '17 16:09 haorenfsa