Encrypt\Decrypt file(s) with AES 256-bit
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.
I'm using the C# implementation of a well-known open source AES encryption library called AES Crypt which means you can use their cross platform tools to decrypt the files you just encrypted with this tool.
Screenshot :
Download Now (For Testing Or Personal Use Only, Not Production Ready !)
(.NET Framework 4.5 required)
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
THE AUTHOR IS NOT RESPONSIBLE FOR ANY USAGE ABUSE OR REUSING/EMBEDING ANY PARTS OF THE CODE IN ANY OTHER ILLEGITIMATE SOFTWARES