SshNet.Security.Cryptography
Namespace with 13 public types
Classes
HMACMD5
Computes a Hash-based Message Authentication Code (HMAC) by using the MD5 hash function.
HMACRIPEMD160
Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
HMACSHA1
Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
HMACSHA256
Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
HMACSHA384
Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
HMACSHA512
Computes a Hash-based Message Authentication Code (HMAC) by using the hash function.
MD5
MD5 algorithm implementation
RIPEMD160
Cryptographic hash function based upon the Merkle–Damgård construction.
SHA1
Computes the SHA1 hash for input data.
SHA256
Computes the SHA256 hash for input data.
SHA384
Computes the SHA384 hash for input data.
SHA512
Computes the SHA512 hash for input data.
Abstract Classes
HMAC
Provides HMAC algorithm implementation.