Skip to content

simonstey/SecureLinkedData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Linked Data (SLD)

SLD represents a flexible and dynamic mechanism for securely storing and efficiently querying RDF datasets. By employing an encryption strategy based on Functional Encryption (FE), in which data access is enforced by the cryptographic approach itself, we allow for fine-grained access control over encrypted RDF data while at the same time reducing the administrative overhead associated with access control management. Present repository contains a prototypical Java implementation of proposed approach which was used for conducting the experiments reported in our ESWC'17 submission.

The encryption schemes used in our implementation are based on the Java Pairing Based Cryptography Library(jPBC): http://gas.dia.unisa.it/projects/jpbc/ You need to add jpbc to your local maven repository in order to run SLD (see jPBC Build How-To for more information).

For more information on SLD, see the project homepage: https://aic.ai.wu.ac.at/comcrypt/sld/

License

Our protoype is licensed under the GNU Lesser General Public License v3.

Authors

Acknowledgements

Supported by the Austrian Science Fund (FWF): M1720- G11, and the Vienna Science and Technology Fund (WWTF) project ICT12-15

About

A flexible and dynamic two-layered architecture for securely storing and maintaining RDF datasets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages