Link Search Menu Expand Document

Libraries Used

JavaFX

JavaFX is used to build the UI components in the application.

SQLite JDBC

Used to access and create SQLite database files in Java. Import using a Maven dependancy and connects the program with the questions.db file and quidology_users.db file. Created by xerial.org under the Apache License version 2.0.

Github Repository

Bcrypt Java Library

Implements the OpenBSD Blowfish password hashing algorithm, decribed in the paper “A Future-Adaptable Password Scheme” by Niels Provos and David Mazieres. Created by patrickfav under the Apache License version 2.0.

Github Repository