I have a Makefile that calls gpg to decrypt text files before opening it with a text editor for editting. Because I do it frequently, I\'d like save time typing in password every time, how can I set u
Is there any way besides exec() to generate a keypair with GnuPG in PHP? From what I can tell, the PECL library does开发者_StackOverflow中文版n\'t have any functions to do this.Haven\'t found anything
I want to write an GnuPG extension for Goo开发者_高级运维gle Chrome. So far, everything works as expected: If I detect ASCII armored crypt-text, I parse it with my extension and then replace it. (afte
How can I verify the signature of a file that was signed by gpg? I have: the exported public key that signed it, the file, and the .asc file with the signature in it.
Closed. This question is off-topic. It is not currently accepting answers. 开发者_JS百科 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
We use the Bouncy.Castle C# API to do PGP encryption. I am by no means an expert on PGP encryption and the various options available.
In the libgcrypt doco, it specifies that you can define an s-expression that allows for the data to be padded in PKCS#1 before being encrypted. Is there a another function or another expression I coul
Is there some way to visualise the GnuPG web of trust? With my (or any other) key in the middle, with the signed keys in the first circle, the trustpersons\' trustpe开发者_如何学运维rsons in the next
I have problem with verification signature with Python gnupg module. With this module I can encrypt and sign file:
I am trying to write a bash script that checks if a given signature is valid or not. I have two possible outputs from: