承接 unicalabs/agrippa 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

unicalabs/agrippa

最新稳定版本:v0.2.0

Composer 安装命令:

composer require 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...

README 文档

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.

统计信息

  • 总下载量: 341
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 20
  • 点击次数: 9
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 20
  • Watchers: 3
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-08-09