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

libsodium for .NET - A secure cryptographic library

Results 30 libsodium-net issues
Sort by recently updated
recently updated
newest added

Hi, I recently downloaded the libsodium-net Nuget Package (v 0.10.0) to test it out on a console app. But I'm getting an error on building the project ``` The task...

Environment: Windows 10 Pro, 64 bit Visual Studio 2015 Enterprise Project references NuGet v 0.9.0 Symptom: When running, as soon as the code calls into Sodium e.g. PasswordHash.ScryptHashString, I get...

Hello, I want to use libsodium-net in a Windows Store Universal App. This type of projects was introduced this spring and features sharing code between the mobile and desktop parts...

Hello, I'm hashing passwords with custom salts. Comparing the results with https://github.com/antelle/argon2-browser it turns out, this library is using `crypto_pwhash_ALG_ARGON2I13` instead of `crypto_pwhash_ALG_ARGON2ID13`. I think `ARGON_ALGORITHM_DEFAULT` should be 2, not...

Is the shared key precalculation interface available in Libsodium-Net? This comprises the following methods: - crypto_box_beforenm - crypto_box_easy_afternm - crypto_box_open_easy_afternm This helps to improve performance if the same public and...

trying to add package to my xamarin.android project with no success Severity Code Description Project File Line Suppression State Error NU1202 Package libsodium-net 0.10.0 is not compatible with monoandroid81 (MonoAndroid,Version=v8.1)....

How can I verify argon2 hashed password with salt with the verify function?

If using libsodium-net in a project and load it in VS 2017 RC the project cannot build. It build and run fine in VS2015 dotnet version 4.6.2 error msg: C:\temp\test1\packages\Baseclass.Contrib.Nuget.Output.2.1.0\build\net40\Baseclass.Contrib.Nuget.Output.targets(73,5):...

Documentation is unavailable could you please provide the documentation inside a folder on this repo as well as currently going to https://www.gitbook.io/book/bitbeans/libsodium-net get's stuck in a redirect loop (Too many...