CustomDev.Sample.AesCryptography This console application is a demo program to show how to use AES cryptography in C#. How to encrypt a file dotnet AesCryptography encrypt input_plain_text_file output_encrypted_file How to decrypt a file dotnet AesCryptography decrypt input_encrypted_file output_plain_text_file