gnupg
How to let Makefile uses gpg passwordlessly?
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[详细]
2023-03-12 15:56 分类:问答Generate GnuPG Pair In PHP
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[详细]
2023-03-12 09:23 分类:问答Use JS to replace text in Gmail message body
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[详细]
2023-03-11 23:34 分类:问答How to verify GPG signatures (.asc files) with .NET Framework System.Security.Cryptography routines
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.[详细]
2023-03-10 04:41 分类:问答Problem with gpg --recv-keys [closed]
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.[详细]
2023-03-08 13:46 分类:问答We encrypt a file for a client using BouncyCastle API. He gets a "For your eyes only" message from PGP when trying to decrypt it. Why?
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.[详细]
2023-03-06 19:24 分类:问答Does libgcrypt provide pkcs1 unpadding functionality?
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[详细]
2023-03-02 11:33 分类:问答visualize the GnuPG web of trust
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[详细]
2023-03-02 04:45 分类:问答How to verify gnupg signature with Python gnupg module?
I have problem with verification signature with Python gnupg module. With this module I can encrypt and sign file:[详细]
2023-02-25 04:48 分类:问答bash script checking if GPG signature is valid and belongs to a key
I am trying to write a bash script that checks if a given signature is valid or not. I have two possible outputs from:[详细]
2023-02-21 22:42 分类:问答