The main goal of the HDS Notary is to certify the transfer of ownership of arbitrary goods between users.
This project's obtained grade was 18.4/20 and was evaluated by Professor Miguel Matos and Bolseiro Nuno Anselmo.
The authors were:
- 82014 - João Meira - MEIC-T (Final Grade: 16/20) @ https://github.com/meiraxx
- 82069 - José Brás - MEIC-T (Final Grade: 17/20) @ https://github.com/ist182069
The main goal of the HDS Notary is to certify the transfer of ownership of arbitrary goods between users.
- OS: Windows 10
- Java/Javac version: javac 1.8.0_152-release
This project was tested on a machine with the following specifications:
- ASUSTek P8Z77-V Pro Motherboard
- Intel core i7-3770 (Ivy Bridge) @ 3.40GHz
- NVidia GTX 660 @ 2048 MB (Gigabyte)
- 32GB @ 1866MHz RAM
cd common
mvn clean compile install
cd communications
mvn clean compile install
cd ccUtility
mvn clean compile install
cd notary
mvn clean compile install
cd client
mvn clean compile install
Note: you can also use the batch file utilities to do it automatically
- Each user generates their keystore and extracts their public key with the use of keytool as exemplified in the batch file "generateUserKeystores.bat";
- Notary public key certificate is already pre-installed on every client application;
- Users public key certificates are shared in a meeting between users that want to communicate with each other.