alessmar / ku

A JavaFX checksum utility written in Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status License Donate

ku - Checksum Utility

A simple checksum utility written in Kotlin that allow to compute hash using several algorithm. It uses JavaFX to build the UI.

Prerequisites

  • Java 8+
  • Maven 3

Compiling

Compile the project with:

mvn package

Running

Run with mvn:

mvn exec:java

or with java:

java -jar checksum-utility-0.9.0-jar-with-dependencies.jar

checksum

About

A JavaFX checksum utility written in Kotlin

License:MIT License


Languages

Language:Kotlin 100.0%