Back to Cosmos

Implementation of AES-128, AES-192 and AES-256 in C#.

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

latest213 B
Original Source

Implementation of AES-128, AES-192 and AES-256 in C#.

The implementation chooses the version of AES to use according to the size of the provided key.

See folder example for an example of how to cipher streams.