2017 © Pedro Peláez
 

library php-gpg

Pure PHP GPG implementation, forked from php-gpg.

image

nicoswd/php-gpg

Pure PHP GPG implementation, forked from php-gpg.

  • Monday, April 9, 2018
  • by nicoSWD
  • Repository
  • 2 Watchers
  • 3 Stars
  • 9,094 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 29 Forks
  • 0 Open issues
  • 8 Versions
  • 11 % Grown

The README.md

php-gpg

This is a fork of the fork because everything still sucks. All unacceptable., (*1)

packagist, (*2)

Features/Limitations

  • Supports encrypting with 2048-bit RSA keys.
  • Encrypted messages are integrity protected.

Usage

require 'vendor/autoload.php';

$gpg = new nicoSWD\GPG\GPG();
$pubKey = new nicoSWD\GPG\PublicKey($aPublicKey);

echo $gpg->encrypt($pubKey, 'ABCDEFGHIJKL');

The Versions

09/04 2018

dev-master

9999999-dev

Pure PHP GPG implementation, forked from php-gpg.

  Sources   Download

GPL GPL-1.0+

The Requires

 

The Development Requires

by Ian Carroll
by Jason Hinkle

gpg pgp

09/04 2018

1.7.1

1.7.1.0

Pure PHP GPG implementation, forked from php-gpg.

  Sources   Download

GPL-1.0+

The Requires

 

The Development Requires

by Ian Carroll
by Jason Hinkle

gpg pgp

09/04 2018

1.7.0

1.7.0.0

Pure PHP GPG implementation, forked from php-gpg.

  Sources   Download

GPL

The Requires

 

The Development Requires

by Ian Carroll
by Jason Hinkle

gpg pgp

17/02 2016

1.6.2.1

1.6.2.1

Pure PHP GPG implementation, forked from php-gpg.

  Sources   Download

GPL

The Requires

 

The Development Requires

by Ian Carroll
by Jason Hinkle

gpg pgp

17/02 2016

1.6.2

1.6.2.0

Pure PHP GPG implementation, forked from php-gpg.

  Sources   Download

GPL

The Requires

 

The Development Requires

by Ian Carroll
by Jason Hinkle

gpg pgp

24/12 2015

1.6.1

1.6.1.0

GPG / PGP port written in pure PHP with no binary dependencies

  Sources   Download

GPL

by Jason Hinkle

gpg

12/12 2015

1.6.0

1.6.0.0

GPG / PGP port written in pure PHP with no binary dependencies

  Sources   Download

GPL

by Jason Hinkle

gpg

27/11 2015

1.5.0

1.5.0.0

GPG / PGP port written in pure PHP with no binary dependencies

  Sources   Download

GPL

by Jason Hinkle

gpg