Client-side solution of the SIRS (Computer And Network Security) course project.
Client-side solution of the SIRS (Computer And Network Security) course project. You can find the server side at sirs-project-server.
This README was written more than a year after the project has been completed, so this is is just a quick overview. There
is no PDF with the description of the project, because it was self-proposed.
The idea was to create an appplication that encyrpts all of the files in a folder when the user leaves the computer and
decrypts them when he comes back. This is done automatically, whithout requiring any action from him.
To know if the user has left/entered the vicinity of his computer, bluetooth was used. Here is how the system works:
You can find some justifications for the decisions that were taken here.