mervick / aes-everywhere

Aes Everywhere - Cross Language AES 256 Encryption Library (Bash, Powershell, C#, Dart, GoLang, Java, JavaScript, Lua, PHP, Python, Ruby, Swift)
Other
474 stars 169 forks source link

update lua implementation (native) #26

Closed Shadowsith closed 4 years ago

Shadowsith commented 4 years ago

After a bit of research I've found a native openssl implementation for lua. I've testet it and it works very well with the other aes-everywhere languages.

If you want test it too you only have to install luarocks and the luarocks package openssl. (sudo) luarocks install openssl

mervick commented 4 years ago

Great! Thank you

mervick commented 4 years ago

I've published Lua implementation at the luarocks, now it should be available to install via

luarocks install aes_everywhere
Shadowsith commented 4 years ago

Thanks, I'll try it soon.