Back to Cosmos

Example of how to cipher or decipher a stream with AES

code/cryptography/src/aes_128/aes_csharp/example/README.md

latest228 B
Original Source

Example of how to cipher or decipher a stream with AES

This provides an example of how to cipher or decipher a stream with AES. Just create an instance of StreamCipher with a key, and call DoCipher or DoDecipher with streams.