diff --git a/README.md b/README.md index 0cfcf44..69ec200 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,17 @@ Encrypt\Decrypt file(s) with AES =============================== -##[Download] (https://github.com/EslaMx7/AESxWin/releases) +### Description +This is a personal tool i just made for a specific purpose (encrypt multiple files at once to securely backup them on a cloud service) then i decided to add some features and improve the UI(actualy create the UI) to make it used for general purposes. -Screenshot : +I'm using the [C# implementation] (https://github.com/kenkendk/sharpaescrypt) of a well-known open source AES encryption library called [AES Crypt] (https://www.aescrypt.com/). + +**Screenshot :** ![AESxWin Main Window] (http://i.imgur.com/2bgbbZy.png) + +## [Download Now] (https://github.com/EslaMx7/AESxWin/releases) +([.NET Framework 4.5] (https://www.microsoft.com/en-us/download/details.aspx?id=30653) required) + + +