equivalent method of gnupg.GPG and gpg.import_keys(pub_key).summary() in php
Posted
by prithvi
on Stack Overflow
See other posts from Stack Overflow
or by prithvi
Published on 2010-03-17T10:11:50Z
Indexed on
2010/03/17
10:21 UTC
Read the original article
Hit count: 447
php
|encryption
gpg = gnupg.GPG(gnupghome="/tmp/foldername", verbose=True) print "Import the Key :", gpg.import_keys(pub_key).summary()
this two lines of code gives me public key exract which i further used in encryption. i need to get the equivalent metods in php .
© Stack Overflow or respective owner