Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 992 Bytes

File metadata and controls

19 lines (11 loc) · 992 Bytes

Key-value Storage with Cryptographic Client-separation

A key-value storage is presented, which in contrast to traditional access mechanism uses cryptographic methods in order to separate client data. The presented key-value storage protects the confidentiality and integrity of users against malicous service operators as well as implementation errors in the server software.

For a demo application see Todo-iOS.

For the service, see PrivacyService.

For the key-value storage implementation, see SecureKeyValueStorage documentation

Compilation

The article can be compiled by running:

make

There are also compiled PDF files in the releases section [Download PDF].