unicalabs/agrippa

A secret sharing mechanism based on the principal that using a soon-to-be-expiring link to retrieve sensitive information is better than having the sensitive information persist in email, chat, etc...

v0.2.0 2016-10-07 21:50 UTC

This package is not auto-updated.

Last update: 2024-04-13 03:53:15 UTC


README

Build Status

Agrippa

Agrippa is a PHP-based secret sharing mechanism. Named after the work of William Gibson, Agrippa operates on the principle that sharing a temporary link to sensitive information is better than having the sensitive information itself persist in email, chat, or any other insecure communications channel.

For more information, visit the homepage or jump straight to the Quick Start.

Overview

1. The secret is submitted with an expiration date/time and a view limit.

Step One

2. The submitter receives a link that can be shared with the intended recipient.

Step One

3. The recipient is able to use the link to retrieve the secret.

Step One

4. The expiration and view limits are checked each time the secret is retrieved.

Step One

5. Past the expiry or view limits, the secret is deleted and cannot be retrieved.

Step One

Maintainer

Agrippa is maintained by Unica Labs, LLC.

License

Distributed under the MIT license.