It is said that next version will support encrypt compiled lua file.
I wonder if there will be some digest and encrypt/decrypt apis added.
Just as this library:
http://mkottman.github.com/luacrypto/manual.html#referenceI do not kown whether this library is the best choice.
It took not much effort to implement an iOS plugin for gideros with this ios-openssl and the above library
https://github.com/st3fan/ios-opensslBut after using these apis, I lost the Convenience of debug on pc player.
So guys, will you vote for add encrypt/decrypt apis in official version.
Comments
https://sites.google.com/site/xraystudiogame
And most probably encryption of Lua files will be only available to paid users.
Likes: plamen
@atilim - Yup, sounds good. I agree about only making it available to paid users as well - I think that's perfectly reasonable.
Likes: moopf
Likes: atilim
Likes: atilim
What I need to use it is just making a digest.
And btw,can you recommend an libary for digests such as MD5, SHA-1, HMAC, etc.
Best performance and most lightweight.
So many in the list, has anybody used some of these?
http://lua-users.org/wiki/CryptographyStuff
https://sites.google.com/site/xraystudiogame
https://sites.google.com/site/xraystudiogame
http://tinytowerwiki.com/Cheating
Likes: atilim