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
- Host: GitHub
- URL: https://github.com/jambit/azubi-onboardingphase-2019-finex-codec
- Owner: jambit
- License: apache-2.0
- Created: 2019-10-29T08:50:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T16:59:43.000Z (over 6 years ago)
- Last Synced: 2025-03-04T06:14:17.268Z (over 1 year ago)
- Language: Java
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Finex Codec
[](https://travis-ci.org/jambit/Finex-Codec)
\
[](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
```