C# Class Encryption, ynoteclassic

Inheritance: System.Web.UI.Page
Datei anzeigen Open project: samarjeet27/ynoteclassic Class Usage Examples

Private Methods

Method Description
Decrypt ( byte cipherData, byte Key, byte IV ) : byte[]
Decrypt ( byte cipherData, string Password ) : byte[]
Decrypt ( string cipherText, string Password ) : string
Decrypt ( string fileIn, string fileOut, string Password ) : void
Encrypt ( byte clearData, byte Key, byte IV ) : byte[]

Encrypt a byte array into a byte array using a key and an IV

Encrypt ( byte clearData, string Password ) : byte[]
Encrypt ( string clearText, string Password ) : string
Encrypt ( string fileIn, string fileOut, string Password ) : void