AES 256bit
Namespace: LLCryptoLib.CryptoAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
Examples

// Set encryption algorithm IStreamAlgorithm encryptAlgo = new StreamAES256(); StreamCrypter encrypter = new StreamCrypter(encryptAlgo); // Set symmetric password encrypter.GenerateKeys("littlelitesoftware"); // Encrypt encrypter.EncryptDecrypt(rndFile.FullName, encryptedFile, true, null); Console.WriteLine("File encrypted into " + encryptedFile);
Inheritance Hierarchy
System..::..Object
LLCryptoLib.Crypto..::..StreamAlgorithm
LLCryptoLib.Crypto..::..StreamAES
LLCryptoLib.Crypto..::..StreamAES256
LLCryptoLib.Crypto..::..StreamAlgorithm
LLCryptoLib.Crypto..::..StreamAES
LLCryptoLib.Crypto..::..StreamAES256