singpolyma / openpgp-php

OpenPGP.php is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).
http://singpolyma.github.io/openpgp-php/
The Unlicense
180 stars 69 forks source link

Does this work with other libraries? #81

Closed filiptrplan closed 3 years ago

filiptrplan commented 5 years ago

I'm quite new to PGP but as far as I've seen it is only a standard. How could I interface this with other implemenations of PGP, for example in C++. Or is the encrypted message readable by any implementation of OpenPGP?

singpolyma commented 5 years ago

I'm quite new to PGP but as far as I've seen it is only a standard. How could I interface this with other implemenations of PGP, for example in C++. Or is the encrypted message readable by any implementation of OpenPGP?

Should be readable by any complete OpenPGP implementation‎. Compatibility is regularly tested with at least GnuPG.