Pages

Tuesday, November 14, 2017

File Encrypt 1.0.0.0



Java application for encrypting files using Advanced Encryption Standard cipher. Files can be encrypted only if user specifies key (password), otherwise files will be saved without encryption. If user types wrong password when opening encrypted files, the files will not be decrypted. This is actually a small Notepad-like application and I wanted to make something that I will be using in my future projects such as games where game resources like images, music, sounds, maps, JSON and other files could be encrypted to protect the game content. SHA-1 encryption could be combined with AES for further improvement of data protection.

No comments:

Post a Comment