{"id":13545590,"url":"https://github.com/singpolyma/openpgp-php","last_synced_at":"2025-04-02T15:31:32.326Z","repository":{"id":723305,"uuid":"586996","full_name":"singpolyma/openpgp-php","owner":"singpolyma","description":"OpenPGP.php is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).","archived":false,"fork":true,"pushed_at":"2024-08-12T19:01:23.000Z","size":716,"stargazers_count":181,"open_issues_count":18,"forks_count":70,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-03-28T17:03:25.006Z","etag":null,"topics":["cryptography","openpgp","pgp","php"],"latest_commit_sha":null,"homepage":"http://singpolyma.github.io/openpgp-php/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"dryphp/openpgp.php","license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/singpolyma.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"singpolyma","liberapay":"singpolyma","patreon":"singpolyma"}},"created_at":"2010-03-30T17:41:39.000Z","updated_at":"2025-02-12T10:50:48.000Z","dependencies_parsed_at":"2023-01-16T17:48:59.444Z","dependency_job_id":null,"html_url":"https://github.com/singpolyma/openpgp-php","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singpolyma%2Fopenpgp-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singpolyma%2Fopenpgp-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singpolyma%2Fopenpgp-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singpolyma%2Fopenpgp-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/singpolyma","download_url":"https://codeload.github.com/singpolyma/openpgp-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246504639,"owners_count":20788499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","openpgp","pgp","php"],"created_at":"2024-08-01T11:01:06.360Z","updated_at":"2025-04-02T15:31:27.317Z","avatar_url":"https://github.com/singpolyma.png","language":"PHP","funding_links":["https://github.com/sponsors/singpolyma","https://liberapay.com/singpolyma","https://patreon.com/singpolyma"],"categories":["PHP"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/singpolyma/openpgp-php.svg?branch=master)](https://travis-ci.org/singpolyma/openpgp-php)\n\nOpenPGP.php: OpenPGP for PHP\n============================\n\nThis is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).\n\n* \u003chttps://github.com/singpolyma/openpgp-php\u003e\n\nAbout OpenPGP\n-------------\n\nOpenPGP is the most widely-used e-mail encryption standard in the world. It\nis defined by the OpenPGP Working Group of the Internet Engineering Task\nForce (IETF) Proposed Standard RFC 4880. The OpenPGP standard was originally\nderived from PGP (Pretty Good Privacy), first created by Phil Zimmermann in\n1991.\n\n* \u003chttps://tools.ietf.org/html/rfc4880\u003e\n* \u003chttps://www.openpgp.org/\u003e\n\nFeatures\n--------\n\n* Encodes and decodes ASCII-armored OpenPGP messages.\n* Parses OpenPGP messages into their constituent packets.\n  * Supports both old-format (PGP 2.6.x) and new-format (RFC 4880) packets.\n* Helper class for verifying, signing, encrypting, and decrypting messages \u003chttp://phpseclib.sourceforge.net\u003e\n* Helper class for encrypting and decrypting messages and keys using \u003chttp://phpseclib.sourceforge.net\u003e\n  * openssl or mcrypt required for CAST5 encryption and decryption\n\nBugs, Feature Requests, Patches\n-------------------------------\n\nThis project is primarily maintained by a single volunteer with many other\nthings vying for their attention, please be patient.\n\nBugs, feature request, pull requests, patches, and general discussion may\nbe submitted publicly via email to: dev@singpolyma.net\n\nGithub users may alternately submit on the web there.\n\nUsers\n-----\n\nOpenPGP.php is currently being used in the following projects:\n\n* \u003chttps://wordpress.org/plugins/wp-pgp-encrypted-emails/\u003e\n* [Passbolt API](https://github.com/passbolt/passbolt_api)\n\nDownload\n--------\n\nTo get a local working copy of the development repository, do:\n\n    git clone https://github.com/singpolyma/openpgp-php.git\n\nAlternatively, you can download the latest development version as a tarball\nas follows:\n\n    wget https://github.com/singpolyma/openpgp-php/tarball/master\n\nAuthors\n-------\n\n* [Arto Bendiken](mailto:arto.bendiken@gmail.com) (Original author) - \u003chttp://ar.to/\u003e\n* [Stephen Paul Weber](mailto:singpolyma@singpolyma.net) (Maintainer) - \u003chttps://singpolyma.net/\u003e\n\nLicense\n-------\n\nOpenPGP.php is free and unencumbered public domain software. For more\ninformation, see \u003chttps://unlicense.org/\u003e or the accompanying UNLICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingpolyma%2Fopenpgp-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingpolyma%2Fopenpgp-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingpolyma%2Fopenpgp-php/lists"}