Ben PHP sistem çağrısı kullanılarak pubring of .gnupg (a değişken olan) benim genel anahtarını eklemek gerekir. Ne sistem çağrısı bu için kullanılabilir?
$gpg = system('gpg --recipient userid --output outfile.asc --armor --encrypt hello.txt', $retvalue);//calling gpg encrypt command using system call
echo '
Output: ' . $gpg . '
Return value: ' . $retvalue;
Nasıl bu GPG şifreleme komuta benim ortak anahtar geçebilir?