Skip to content

A pure c# implementation of scrypt and its dependencies: SHA256 and PBKDF2

License

Notifications You must be signed in to change notification settings

jclopes/libscrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

libscrypt

A pure c# implementation of scrypt with no dependencies on crypto libraries. Inclues implementations of SHA256 and PBKDF2.

Motivation

I build this to develop mobile apps that use scrypt. For some reason xamarin c# runtimes for android and iOS don't include crypto libs or these libs are very limited/broken.

Disclaimer

I'm not a security expert and my implementation of these algorithms might be vulnerable to attacks. Don't use this on security critical systems.

About

A pure c# implementation of scrypt and its dependencies: SHA256 and PBKDF2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages