Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 825 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 825 Bytes

VFSSSE

Implementation of Verifiable Forward Secure SSE scheme

  • fast: implementation of the scheme proposed in "Forward Private Searchable Symmetric Encryption with Optimized IO Efficiency"
  • sophos: implementation of the scheme proposed in "Forward Secure Searchable Encryption"
  • sophos: implementation of the scheme proposed in "Forward Secure Searchable Encryption", it is a verifiable version of sophos
  • zhangscheme: our scheme

Pre-requisites

C++11, Crypto++, RocksDB and gRPC

Prepare Environment

see the following documents:

  • PrepareEnvironment.centos.md
  • PrepareEnvironment.ubuntu.for.Sophos.md
  • PrepareEnvironment.ubuntu.md

Getting the code

$ git clone https://github.com/zhangzhongjun/VFSSSE.git

Building

$ cd VFSSSE/zhangscheme
$ make