Skip to content

C# implementation of the Advanced Encryption Standard using System.Security.Cryptography

License

Notifications You must be signed in to change notification settings

Kidel/Simple-AES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple AES

C♯ implementation of the Advanced Encryption Standard (AES) using System.Security.Cryptography. It allows encryption and decryption of string or bytes to string or bytes. The encrypted strings are sanitized and can be saved or passed via web. Keys can be passed from a configuration file or as arguments.

Terms and conditions

Permission is granted to anyone to use this software for any purpose on any computer system, and to redistribute it in any way, subject to the following restrictions:

  • The author is not responsible for the consequences of use of this software, no matter how awful, even if they arise from defects in it.
  • Altered versions must be plainly marked as such, and must not be misrepresented (by explicit claim or omission) as being the original software.
  • This notice must not be removed or altered.

About

C# implementation of the Advanced Encryption Standard using System.Security.Cryptography

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages