[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Encryption in Lua ? Lua encryption library OR C/C++/C#/Java library which can be called from Lua ?
- From: John Regan <john@...>
- Date: Mon, 8 Feb 2021 09:15:47 -0500
On Sat, 06 Feb 2021 19:31:03 +0100
"Pierre Chapuis" <catwell@archlinux.us> wrote:
> I agree that libsodium would be the best option, but sadly I just
> don't know a generic, battle-tested binding for Lua.
Not really "battle-tested" yet since it's still pretty new, but I've
been working on a binding to libsodium here -
https://github.com/jprjr/luasodium
Works as both a standard C binding and an FFI binding. I try to
maintain really high code-coverage via automated testing, but I do need
to gather some real-world feedback.