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
C++11, Crypto++, RocksDB and gRPC
see the following documents:
- PrepareEnvironment.centos.md
- PrepareEnvironment.ubuntu.for.Sophos.md
- PrepareEnvironment.ubuntu.md
$ git clone https://github.com/zhangzhongjun/VFSSSE.git
$ cd VFSSSE/zhangscheme
$ make