Skip to content

C# version of Unix crypt() to compare plaintext passwords and resultant hashes

Notifications You must be signed in to change notification settings

StephanieZ/CryptApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# DES Encryption and Decryption

Sometimes developers have a need to verify passwords from Unix-based systems on Windows-based applications. This presents an issue, in that .NET crypto libraries like CryptSharp© do not support a subset of the salts that Unix does. They flat out fail to encrypt or they throw an invalid salt exception. So this library is intended to expand the existing .NET crypto libraries so they all the salts that are acceptable to Unix are also acceptable to your .NET Windows application

About

C# version of Unix crypt() to compare plaintext passwords and resultant hashes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published