/*: Convert this content to Playground Markup
.AES
.DES
.TripleDES
.CAST
.RC2
.Blowfish
StreamCryptor
To encrypt a large file or a network stream use StreamCryptor
. The StreamCryptor
class does not accumulate the encrypted or decrypted data, instead each call to update
produces an output buffer.
The example below shows how to use StreamCryptor
to encrypt and decrypt an image file.