CryptSharp provides a number of password crypt algorithms - BCrypt, LDAP, MD5 (and Apache's htpasswd variant), PHPass (WordPress, phpBB, Drupal), SHA256, SHA512, and Traditional and Extended DES. Additionally it includes Blowfish, SCrypt, and PBKDF2 for any HMAC (.NET's built-in PBKDF2...
More information
A small package used to allow conversion of datetime to epoch time and epoch time to datetime.
Is used by calling the class "Epoch" and then either of the static methods "FromUnixTime" and "ToUnixTime". Therefor there is no need to create an instance of this class in-order to use...
More information