Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 342 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 342 Bytes

Searchable Symmetric Encryption

Requirements

  • NodeJS
  • Bower

Setting up the project:

  • Run npm install from the root folder.
  • Run bower install from the www folder.

Running the project:

  • Run node server.js to get your server running.
  • Run node index to run the client program.