Skip to content

Simple file encryption tool made with Java, JavaFX, and Apache Commons IO

License

Notifications You must be signed in to change notification settings

0x416c616e/ezcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EZcrypt

EZcrypt Screenshot

What is EZcrypt?

EZcrypt is a simple file encryption tool. It is intended to be used with FileHider and Abyss Dropper and other tools for a security project I'm working on. EZcrypt is a work in progress. And although it's intended to be used for a very specific security project, it can also be used more generally for file encryption and decryption.

EZcrypt is made in Java and JavaFX. It uses Blowfish encryption to encrypt files. It also uses the Apache Commons IO library for converting files to byte streams and vice versa.

JAR

If you want to download the standalone .JAR file (the easiest way to run this program), instead of dealing with source code files, then download it from here. It requires Java 8 to run.

How to run a jar program in a terminal/command prompt/etc:

java -jar jarname

About

Simple file encryption tool made with Java, JavaFX, and Apache Commons IO

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages