SimpleTextFileEncryptor is a Java program with a graphical user interface built using JavaFX.
SimpleTextFileEncryptor is a program built in Java. It utilizes JavaFX and Scenebuilder to create the graphical user interface. The purpose of this program is to encrypt text files using an exclusive or cipher (XOR). The program is light and simple.
Install from GitHub repository.
Download program and run in an IDE. The GUI will pop up. The user will have to import a text file and choose a destination directory first. Then, the user can choose to encrypt or decrypt the imported file. The saved file will show up in the given directory. To restart the process, the user will be required to import a new file and choose a new directory.
- 0.1
- Created encryption/decryption aspect of program.
- 0.001
- Created GUI of the program
- Created file aspect of the program
Inspiration, code snippets, etc.