Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 919 Bytes

File metadata and controls

36 lines (20 loc) · 919 Bytes

CryptSharp

This is a fork of the CryptSharpOfficial library https://www.zer7.com/software/cryptsharp

Ported to .Net Standard to integrate with .Net Core projects

▶️ Download from Nuget

▶️ Install from Package manager Console

Install-Package CryptSharpStandard -Version 1.0.0

❇️ Main Features

CryptSharp provides a number of password crypt algorithms

✅ BCrypt

✅ LDAP

✅ MD5 (and Apache's htpasswd variant)

✅ PHPass (WordPress, phpBB, Drupal)

✅ SHA256

✅ SHA512

✅ Traditional and Extended DES

Additionally it includes

✅ Blowfish

✅ PBKDF2 for any HMAC

❇️ Licence

The MIT License (MIT)