vbfox / NetScrypt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C# 65.1%Language:C 30.1%Language:C++ 2.5%Language:PowerShell 2.3%