libsodium-net icon indicating copy to clipboard operation
libsodium-net copied to clipboard

Is it still maintained ?

Open GF-Huang opened this issue 6 years ago • 2 comments

GF-Huang avatar Sep 10 '19 12:09 GF-Huang

obviously not 😐

embix avatar Oct 08 '19 13:10 embix

libsodium-core is a fork of libsodium-net that's more up-to-date. For example, there's XChaCha20 & XChaCha20Poly1305, etc. It works with .NET Core and .NET Framework, but you have to specify x86 or x64 with .NET Framework when building - AnyCPU doesn't seem to be supported.

Update: libsodium-core doesn't seem to be maintained anymore either. That leaves Nsec, which doesn't expose most of the libsodium functionality (e.g. there's no password hashing). I'm also working on a tidied up fork of libsodium-core called Geralt.

samuel-lucas6 avatar Sep 20 '20 13:09 samuel-lucas6