/MakeSafe

MakeSafe is a JavaFX application which encrypt and decrypt the text files 🔐

Primary LanguageJava

MakeSafe

Build Status

MakeSafe is a JavaFX application which encrypt and decrypt the text files.

Installation

Building From Sources

To build MakeSafe from sources you first need to have a working Java Development Kit 11 (JDK 11) or above, and Git installed on your system. After installing the requirements, you open a terminal window (i.e., a command prompt) and type the following:

git clone https://github.com/Guleri24/MakeSafe.git
cd MakeSafe
./mvnw clean install 
./mvnw javafx:run