Creating a GnuPG Pair in PHP

Is there any way besides exec()creating a key pair with GnuPG in PHP? From what I can tell, the PECL library has no functions for this.

+3
source share
2 answers

I didn’t find anything. exec()- the only opportunity at the moment.

+1
source

I just found this useful library that should suit your needs!

0
source

All Articles