Skip to content
Stefano Da Ros edited this page Aug 7, 2015 · 1 revision

Overview

Gopass should allow the User to create, store, update, delete and query Secret(s) on a Server.

Goals

  • We must ensure that sensitive information is never stored on the server; therefore, all encryption/decryption and hashing will be done on the client.
  • Implement a "confidential" query mechanism for existing records without the Server knowing that we want the password for "facebook.com", for instance.
Clone this wiki locally