Skip to content

C# wrapper class around the official Argon2 shared library.

License

Notifications You must be signed in to change notification settings

GlitchedPolygons/Argon2Sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argon2

C# wrapper context class

This is a C# class that wraps the native C functions from the Argon2 shared lib/Argon2OptDll library.

The official Argon2 C implementation was used here.

For more information about compilation/which version was used, check out lib/README.md too!

Usage

You can just add this repo as a git submodule to your own C# project and reference Argon2Sharp.csproj.

This should automatically copy the necessary lib/ folder to your project's output build directory...

In case it doesn't (or in case you're manually adding/embedding the C# class to your project), don't forget to copy it yourself to your output bin dir!

About

C# wrapper class around the official Argon2 shared library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages