mbuet2ner / JEasyCrypto

A project for educational purposes for the course "Open Source Software Development" at the University of Oulu
GNU General Public License v3.0
2 stars 23 forks source link

GitHub last commit GitHub issues GitHub pull requests GitHub

README

JEasyCrypto is a library and a collection of related applications enabling encryption and decryption of text using different methdods.

The code here has been created for educational purposes, and the apps (probably) have no other value for anyone.

(c) Antti Juustila, Degree Program of Information Processing Science, University of Oulu, Finland.

What is this repository for?

Repository includes four components:

Additionally, the code uses the JSON-java library which is licensed under this LICENSE. (see below).

You can also run the Client and Server on the same machine. When launching the client, give "localhost" as the server address in this case.

How do I get set up?

  1. For this project, we use openjdk.
    • Install instructions and download links for all systems can be found here.
    • The current version used is openjdk 11.0.4.
    • We encourage you to use the IntelliJ IDEA IDE.
  2. Clone the project.
  3. Build the lib using build.sh (on GNU/Linux, macOS) or build_windows.bat (on Windows), which exports it as a .jar file into the project root directory.
  4. Then build the server and client, using corresponding build files for each.
  5. Use the provided start.sh (on GNU/Linux, macOS) or start_windows.bat (on Windows) files to start the client and server. Use Client and Server for cryption.
  6. For testing the Lib without network, you can use the Console without the overhead of networking between the Client and Server.

Contribution guidelines

Who do I talk to?