Skip to content
This repository has been archived by the owner on Apr 28, 2019. It is now read-only.

adriannirmalandrew/file_encrypt_util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

file_encrypt_util

A simple file/plaintext encryption utility, written in Java

Update notes, Version 1.2:

-Added handling for non-plaintext files.

Update notes, Version 1.1.1:

-No longer displays password input on screen, similar to UNIX login prompts.

Update notes, Version 1.1:

-Now prompts the user when starting an encryption/decryption operation, if the specified output file already exists.

Release notes, Version 1.0:

-Initial release

-Exception handling incomplete, expect fix.