Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Kidel/Simple-AES
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidel committed Jan 25, 2017
2 parents b892870 + a1fab66 commit 58501d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Simple AES
C♯ implementation of the Advanced Encryption Standard using System.Security.Cryptography.
C♯ implementation of the [Advanced Encryption Standard](http://aesencryption.net/) (AES) using ```System.Security.Cryptography```.
It allows ancryption of a string to bytes or sanitized strings and, of course, decryption. The key can be static or runtime generated.

## 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:
Expand Down

0 comments on commit 58501d4

Please sign in to comment.