Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 372 Bytes

File metadata and controls

9 lines (4 loc) · 372 Bytes

*A simple implementation of Path ORAM without encryption, paper "Path ORAM: An Extremely Simple Oblivious RAM Protocol", proposed by Emil Stefanov et al.

*need to create a new directory "serverStorage" in /PathORAM to store bucket file.

*need jar package guava-19.0.jar.

*first run class "Server" in package com.server, then run class "Client" in package com.client.