pgp
Decrypting files with PGP and C#
My problem is when the command line runs it doesn\'t add anything in my decrypt text file. I added text to the decrypt.txt file to see if it writes to it and it does because the text gets deleted.[详细]
2023-03-22 00:10 分类:问答PGP and the Cryptography Application Block
I just had a request to add PGP support to a web application and web service that I\'m developing.I currently am using the Enterprise Library, and would like to use the Cryptography Application Block[详细]
2023-03-21 02:24 分类:问答PGP encryption in PHP (Windows)
I\'m having a problem with GPG encrpytion. Can you please help me with it? It does not encrpyt the message that I want to encrp开发者_开发百科yt.[详细]
2023-03-12 21:59 分类:问答What's good way of revision control PGP encrypted text files?
What\'s a good approach to revision control PGP encrypted text files? The g开发者_如何学Gooal is to[详细]
2023-03-12 20:20 分类:问答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 分类:问答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 分类:问答PGP Encryption & PGP Decryption
I\'m having trouble decrypting files using the BouncyCastle OpenPGP API. I followed this post: http://rafayal.blogspot.com/2009/06/pgp-decryption-with-c.html to decrypt files. How开发者_高级运维ever,[详细]
2023-03-04 06:37 分类:问答PartialInputStream during Bouncycastle PGP decryption
I am tryng to decrypt a file I just encrypted using bouncycastle, but im getting this exception: Premature end of stream in PartialInputStream[详细]
2023-02-25 16:29 分类:问答How to generate OpenPGP KeyPair without passphrase using BouncyCastle?
I\'m working on a project which needs to generate GPG-Keys for public-key encryption. My language of choice for it is Scala and the library for the cryptographic stuff is BouncyCastle[详细]
2023-02-23 14:05 分类:问答