Sphyrnidae Common Library
2.0.1
Shared Utilities/Library
|
Classes | |
class | EncryptionAlgorithm |
An encryption algorithm is still an IEncryption, but allows for rotation More... | |
class | EncryptionNormal |
Encrypts or decrypts a string. Note that this uses an encryption key stored in the environment More... | |
class | EncryptionOld |
Encrypts or decrypts a string. Note that this uses an encryption key stored in the environment More... | |
class | EncryptionStrong |
Encrypts or decrypts a string. Note that this uses an encryption key stored in the environment More... | |
class | EncryptionWeak |
Encrypts or decrypts a string. Note that this uses an encryption key stored in the environment More... | |
interface | IEncryptionAlgorithms |
Allows you to "register" multiple encryption algorithms More... | |
class | SphyrnidaeEncryptionAlgorithms |