Sylloge
A C# helper library
Classes | Packages
code/Encryption/Aes.cs File Reference

Go to the source code of this file.

Classes

class  Sylloge.Encryption.Aes
 Provides static methods to encrypt/decrypt byte arrays via the AES (Rijndael) encryption algorithm.
class  Sylloge.Encryption.Aes.EncryptStream
 Encapsulates an encrypting AES binary stream used to write plain text data to the stream and get the encrypted values. More...
class  Sylloge.Encryption.Aes.DecryptStream
 Encapsulates a decrypting AES binary stream used to write TripleDES encrypted data to the stream and get the decrypted values. More...

Packages

package  Sylloge.Encryption
 All Classes Namespaces Files Functions Variables Enumerations Properties Events