lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello everyone,


My requirement is to do encryption in Lua for a production system.


For doing this i'm exploring below 2 ways.


1) Use encryption library already implemented in Lua 

2) Use C/C++/C#/Java (or any other language) encryption library which can be called from Lua


Can you please help me with your inputs on some encryption libraries which can be used in a Lua production system ?


Thanks

Vishnu