unicalabs / agrippa

Agrippa is a PHP-based secret sharing mechanism.
http://unicalabs.github.io/agrippa/
MIT License
19 stars 9 forks source link

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.