Waste.Cryptography Namespace
From Tommunism
This namespace represents all cryptography-related operations/information.
[edit]
Classes
| Class | Description |
|---|---|
| Blowfish | Because Microsoft never implemented the blowfish algorithm in the .NET framework, I had to port existing blowfish implementations in the C language to the .NET standard cryptographic classes. This class cannot be inherited. |
| Blowfish.CryptoTransform? | Performs a cryptographic transformation of data using the Blowfish algorithm. This class cannot be inherited. |
| KeyManagement | This class is used for working with all public and private keys in the waste session. This class cannot be inherited. |
| KeyManagement.PublicKey | This class is used for storage of public keys within the KeyManagement class. |
[edit]
Enumerations
| Enumeration | Description |
|---|---|
| BlowfishCipherModes? | Because Microsoft didn't implement PCBC mode, nor do they have any tutorials on implementing CTS mode using their transformation interfaces, I am forced to write this enumeration which describes all successfully tested and implemented block cipher modes available for the Blowfish class. |
