The Base64Encoding type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
Blowfish |
Blowfish crypt orders characters differently from standard crypt, and begins encoding from
the most-significant bit instead of the least-significant bit.
| |
UnixCrypt |
Traditional DES crypt base-64, as seen on Unix /etc/passwd, many websites, database servers, etc.
| |
UnixMD5 |
MD5, SHA256, and SHA512 crypt base-64, as seen on Unix /etc/passwd, many websites, database servers, etc.
|
See Also