Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 624 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 624 Bytes

Secure-File-Sharing

We have implemented a secure file sharing that provides confidentiality and integrity.

Usage guide

Requirements

  • Python 3.4+

Step 1: Download iPython & Database Files

You can clone codes using the below command:

git clone https://github.com/SaraBaradaran/Secure-File-Sharing

Step 2: Create Database "SecureFileSharing"

Step 3: Create Tables

  • Run Database_Tables.sql File

Step 4: Create Views, Triggers & Functions

  • Run Database_View_Trigger_Function.sql File

Step 5: Run Server & Client

  • Run _Server.ipynb File

  • Run _Client.ipynb File