Skip to content

custom-dev/sample-aes-cryptography-csharp

Repository files navigation

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

About

A simple console application to encrypt/decrypt file using standard AES encryption method written in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages