This application will teach you on how to encrypt and decrypt any text using Advanced Encryption Standard.

AES is used to encrypt sensitive information and password in networking. All you just need to do is to input the plain text and encrypt it so that you will be able to see the cipher value of what you have entered.
To be able to run this
application, you need to have Microsoft
Visual C# 2010 express which is one of
the features of Visual Studio and the IDE
of C# programming language.

Note:
This is just a simple program any updates or
constructive criticism will be
accepted

1

2

Encrypt and Decrypt Text C# Source Code