Skip to content

erikw/eit060-project2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EIT060 Project 2 - Medical Records and Secure Connections

Second project in the course EIT060 Computer Security at Lund University. The goal is to design and implement a system for medical records with secure connections. For further documentation; visit doc/ and especially doc/report/ and (make to) read the PDF. The password used for server and the testing accounts are in passwords.txt.

How to build and run

Server

Compile and run by typing the following commands:

$ cd eit060_project2/server/
$ ant
$ ./run.sh [-d]

-d Enables TLS handshake debugging.

Client

Compile and run by typing the following commands:

$ cd eit060_project2/client/
$ ant
$ ./run.sh [-d] [<user-type>]

-d Enables TLS handshake debugging.

<user-type> lets you run the program as the indicated user-type and must be from the set {"", patient, nurse[1-2], doctor[1-2], agency}. Default is patient.

##Contributors Erik Jansson

Erik Westrup

Gustaf Waldemarson

Tommy Olofsson

About

Second project in the course EIT060 Computer Security at Lund University.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •