Base64Encoding MembersCryptSharp

The Base64Encoding type exposes the following members.
Properties

  NameDescription
Public propertyStatic memberBlowfish
Blowfish crypt orders characters differently from standard crypt, and begins encoding from the most-significant bit instead of the least-significant bit.
Public propertyStatic memberUnixCrypt
Traditional DES crypt base-64, as seen on Unix /etc/passwd, many websites, database servers, etc.
Public propertyStatic memberUnixMD5
MD5, SHA256, and SHA512 crypt base-64, as seen on Unix /etc/passwd, many websites, database servers, etc.
Back to Top
See Also