Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.
/ NetScrypt Public archive

scrypt key-derivation function as a .Net assembly calling a plain-C dll

License

Notifications You must be signed in to change notification settings

vbfox/NetScrypt

Repository files navigation

NetScrypt

Build status

This library is a wrapper for the scrypt key-derivation function created by Colin Percival. The core of the library is a copy of the scrypt KDF routines written in C and distributed by Colin.

Thanks

  • To Colin Percival for the scrypt paper and C reference implementation.
  • To Replicon for Replicon.Cryptography.SCrypt that I heavily used both as an inspiration for the API and as a Copy-Paste source for code and documentation.

About

scrypt key-derivation function as a .Net assembly calling a plain-C dll

Resources

License

Stars

Watchers

Forks

Packages

No packages published