Walter.Cypher Namespace
Classes
Class | Description | |
---|---|---|
CheckSum |
The CheckSum class will generate use cryptographic checksum hashing and provide hash validation
|
|
Crypto |
The Cryptology class makes encryption simple and consistent in all that use it.
You can cypher text using a certificate or a password.
|
|
CypherException |
Class CypherException.
Implements the Exception
|
|
DeterministicEncryption |
Provides deterministic encryption services. In deterministic encryption, identical plain text values
are always encrypted into identical cipher text.
|
|
PasswordGenerator |
Class PasswordGenerator generates passwords and adds Tamper detection to the passwords that are generated.
|
|
Secure |
Base class for EF POCO classes. Look at GlobalKey and GlobalSalt for application
wide cipher settings in regards to data classes that are not using a given password. ///
|
|
SecureLazy<(Of <(<'TFactory>)>)> |
Lazy class that allows properties to progressively load data or interact with a factory pattern
|
Enumerations
Enumeration | Description | |
---|---|---|
CipherMethod |
Encryption method used
|
|
EncryptionScope |
Scope to encrypt data is accessible for users system defaults and should not be used for long term storage
|