Cauldron.Cryptography Namespace |
Class | Description | |
---|---|---|
Aes |
Provides methods to encrypt and decrypt data with AES
| |
CryptoUtils |
Provides methods for cryptography
| |
DisposableObject |
Represents a base class implementation of IDisposable | |
KeyMaterial |
Provides methods to create a key material
| |
KeyPair |
Represents the generated private and public key pair of the asymmethric algorithm
| |
Rsa |
Provides methods to encrypt and decrypt data with RSA
| |
RsaAes |
Encrypts the data with AES and a random key. The Key itself will be encrypted with RSA
|
Enumeration | Description | |
---|---|---|
HashAlgorithms |
Describes the hash algorithms
| |
PasswordScore |
Describes the password strength as a scoring system
| |
RSAKeySizes |
Defines the RSA key sizes
|