openresty / lua-resty-string

String utilities and common hash functions for ngx_lua and LuaJIT
429 stars 143 forks source link

Adds suport to cipher AES128 using GCM mode #56

Closed raulnegreiros closed 6 years ago

raulnegreiros commented 6 years ago

Adds suport to cipher AES128 using GCM mode:

reference to this implementation: https://wiki.openssl.org/index.php/EVP_Authenticated_Encryption_and_Decryption

raulnegreiros commented 6 years ago

Hello @agentzh, I would like to add a little contribution to this repository. Please let me know if there is something that I can do in the way this pull request can be accepted.

ZaSkittles commented 6 years ago

I also would love to see this functionality exposed. @agentzh anything I can do to help this PR get accepted ?

agentzh commented 6 years ago

Better create your own lua-resty-* library and upload it to opm:

https://opm.openresty.org/

We no longer accept new cryptographic features in this lua-resty-string libraries since it is already too bloated.

Thanks for your understanding and contribution!