Prototype Implementations


  1. Efficient Keyword Search on Encrypted Dynamic Cloud Data

    This prototype implements an efficient keyword search mechanism for encrypted dynamic cloud data. It allows users to securely search and retrieve data stored in the cloud without compromising data privacy.

    Language: C

    Repository: https://www.dropbox.com/sh/7i0jjcnb5ysolex/AACD3lKO1sNDopzoyorPx59La?dl=0

  2. Securely Computing Clustering Coefficient for Outsourced Dynamic Encrypted Graph Data

    This prototype implements a secure method for computing the clustering coefficient on outsourced dynamic encrypted graph data. It ensures data privacy while allowing meaningful computations on encrypted data.

    Language: C++

    Repository: https://www.dropbox.com/sh/pzyakffcq75zlxb/AAAW5jGtl23HlF384Qz-BWBxa?dl=0

  3. FSPVDsse - Forward Secure Publicly Verifiable Dynamic SSE Scheme

    This prototype implements the FSPVDsse scheme, which provides forward secrecy and publicly verifiable dynamic searchable symmetric encryption (SSE). It ensures data confidentiality and integrity while supporting dynamic updates and verifiability.

    Language: C and Python

    Repository: https://www.dropbox.com/sh/y2obrkefvbrqt05/AAA-nzr1tmK8uJPfVWtXxJFba?dl=0

  4. Secure Link Prediction

    This prototype implements schemes for the secure link prediction problem, which predicts new interactions between members in a graph while preserving data privacy. It employs efficient and secure algorithms for secure link prediction.

    Language: Python

    Repository: https://github.com/sardarlaltu/SecureLinkPrediction

    Documentation: /my_codes/documentation_slp.html


Projects


To be added ...

Interesting Codes



Programs must be written for people to read, and only incidentally for machines to execute. -------- Prof. Harold Abelson