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 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