Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 816 Bytes

File metadata and controls

12 lines (7 loc) · 816 Bytes

Secure_Assignment_Sharing

Secure Assignment Sharing (SAS) where you can share your assignments securely to others

Secure Assignment Sharing (SAS) is an idea implemented in c++, to securely share your documents/assignments. In this i have implemented the ABE, attribute based encryption. Basicallay you can upload a file and may specify the attributes that a person must have to see your file. Thus then another man comes with that attributes will be to see your file.

read the problem

read the solution documentation

the main.cpp contains the main code linked by header files.

The library for encryption used is , named as “easy-encryption”, the link of GitHub ---- Easy Encryption