Common cryptography implementations.
-
This class provides simple and stateless way to encrypt and decrypt messages using selected asymmetric cipher.
Common cipher which helps to simplify encryption and decryption of the message.
Common digest which simplifies digest creation and its verification.
The HashDigest is used for ordinary data digest creation and verification.
The HmacDigest is used for simplification of the HMAC signature creation and verification.
The Signature class is used for simplification of the digital signature creation and verification.
This class provides simple and stateless way to encrypt and decrypt messages using selected symmetric cipher.