1
Fork 0
mirror of https://github.com/Steffo99/unimore-oop-2020-cleaver.git synced 2024-11-21 15:44:20 +00:00
A file compression, encryption and splitting utility
Find a file
2020-01-12 21:18:14 +01:00
.idea Finishing touches 2020-01-12 19:21:04 +01:00
docs Improve README 2020-01-12 21:18:14 +01:00
examples Commit all examples 2020-01-12 16:11:45 +01:00
resources Finishing touches 2020-01-12 19:21:04 +01:00
src/eu.steffo.cleaver Fix project structure 2020-01-12 19:46:23 +01:00
.gitignore More progress 2020-01-06 17:43:06 +01:00
eu.steffo.cleaver.iml Improve README 2020-01-12 21:18:14 +01:00
README.md Improve README 2020-01-12 21:18:14 +01:00

cleaver

A file compression, encryption and splitting utility in Java 13.

Made for the Programmazione ad Oggetti exam at Unimore.

Specification

The project specification document is available here.

Documentation

The documentation for this project is available here.

It is being hosted on GitHub Pages.

Generated with:

javadoc -private -splitindex -author -nodeprecated -encoding UTF-8 -docencoding utf-8 -charset utf-8 --add-stylesheet D:\Codice\cleaver\resources\style.css -html5 -keywords -windowtitle Cleaver -link https://docs.oracle.com/en/java/javase/13/docs/api/ -d docs

Screenshots

Progress

Current

2020-01-09

2020-01-03

2019-12-07

2019-12-06

2019-12-05-2

2019-12-05

2019-12-04