singpolyma/openpgp-php 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

singpolyma/openpgp-php

最新稳定版本:0.7.0

Composer 安装命令:

composer require singpolyma/openpgp-php

包简介

Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)

README 文档

README

Build Status

OpenPGP.php: OpenPGP for PHP

This is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).

About OpenPGP

OpenPGP is the most widely-used e-mail encryption standard in the world. It is defined by the OpenPGP Working Group of the Internet Engineering Task Force (IETF) Proposed Standard RFC 4880. The OpenPGP standard was originally derived from PGP (Pretty Good Privacy), first created by Phil Zimmermann in 1991.

Features

  • Encodes and decodes ASCII-armored OpenPGP messages.
  • Parses OpenPGP messages into their constituent packets.
    • Supports both old-format (PGP 2.6.x) and new-format (RFC 4880) packets.
  • Helper class for verifying, signing, encrypting, and decrypting messages http://phpseclib.sourceforge.net
  • Helper class for encrypting and decrypting messages and keys using http://phpseclib.sourceforge.net
    • openssl or mcrypt required for CAST5 encryption and decryption

Bugs, Feature Requests, Patches

This project is primarily maintained by a single volunteer with many other things vying for their attention, please be patient.

Bugs, feature request, pull requests, patches, and general discussion may be submitted publicly via email to: dev@singpolyma.net

Github users may alternately submit on the web there.

Users

OpenPGP.php is currently being used in the following projects:

Download

To get a local working copy of the development repository, do:

git clone https://github.com/singpolyma/openpgp-php.git

Alternatively, you can download the latest development version as a tarball as follows:

wget https://github.com/singpolyma/openpgp-php/tarball/master

Authors

License

OpenPGP.php is free and unencumbered public domain software. For more information, see https://unlicense.org/ or the accompanying UNLICENSE file.

统计信息

  • 总下载量: 730.22k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 184
  • 点击次数: 1
  • 依赖项目数: 8
  • 推荐数: 0

GitHub 信息

  • Stars: 181
  • Watchers: 20
  • Forks: 83
  • 开发语言: PHP

其他信息

  • 授权协议: Unlicense
  • 更新时间: 2015-03-27