Download the PHP package unicalabs/agrippa without Composer
On this page you can find all versions of the php package unicalabs/agrippa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download unicalabs/agrippa
More information about unicalabs/agrippa
Files in unicalabs/agrippa
Download unicalabs/agrippa
More information about unicalabs/agrippa
Files in unicalabs/agrippa
Vendor unicalabs
Package agrippa
Short Description 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...
License MIT
Homepage http://getagrippa.com
Package agrippa
Short Description 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...
License MIT
Homepage http://getagrippa.com
Please rate this library. Is it a good library?
Informations about the package agrippa
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.
2. The submitter receives a link that can be shared with the intended recipient.
3. The recipient is able to use the link to retrieve the secret.
4. The expiration and view limits are checked each time the secret is retrieved.
5. Past the expiry or view limits, the secret is deleted and cannot be retrieved.
Maintainer
Agrippa is maintained by Unica Labs, LLC.
License
Distributed under the MIT license.
All versions of agrippa with dependencies
PHP Build Version
Package Version
The package unicalabs/agrippa contains the following files
Loading the files please wait ....