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

https://github.com/jambit/azubi-onboardingphase-2019-finex-codec


https://github.com/jambit/azubi-onboardingphase-2019-finex-codec

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Finex Codec
[![Build Status](https://travis-ci.org/jambit/Finex-Codec.svg?branch=master)](https://travis-ci.org/jambit/Finex-Codec)
\
[![GitHub issues](https://img.shields.io/github/issues/jambit/Encryption)](https://github.com/jambit/Encryption/issues)
\
A software to en- and decrypt using common or custom encryption algorithms.
## How to run the code ?
#### 1. Build project
Open any type of terminal and enter following command
##### Windows (cmd)

```console
C:\project\directory> gradlew.bat build
```
##### Linux
```console
foo@bar:~$ ./gradlew build
```
#### 2. Run project
##### Windows (cmd)
```console
C:\project\directory> gradlew.bat run --console=plain
```
##### Linux
```console
foo@bar:~$ ./gradlew run --console=plain
```