Base64Encoding Properties

CryptSharp

Base64Encoding Properties CryptSharp

The Base64Encoding type exposes the following members.

Properties

  Name Description
Public property Static member Blowfish
Blowfish crypt orders characters differently from standard crypt, and begins encoding from the most-significant bit instead of the least-significant bit.
Public property Static member UnixCrypt
Traditional DES crypt base-64, as seen on Unix /etc/passwd, many websites, database servers, etc.
Public property Static member UnixMD5
MD5, SHA256, and SHA512 crypt base-64, as seen on Unix /etc/passwd, many websites, database servers, etc.
Top
See Also

Reference