An open API service indexing awesome lists of open source software.

https://github.com/guleri24/makesafe

MakeSafe is a JavaFX application which encrypt and decrypt the text files 🔐
https://github.com/guleri24/makesafe

java javafx maven

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# MakeSafe
[![Build Status](https://travis-ci.com/Guleri24/MakeSafe.svg?branch=master)](https://travis-ci.com/Guleri24/MakeSafe)

MakeSafe is a JavaFX application which encrypt and decrypt the text files.
![](docs/images/MakeSafe.png)
## 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