I want to set u开发者_运维技巧p an automated email of sensitive data to a non-techy client, and I\'m looking for some very easy to use public key encryption (or rather decryption) desktop software I c
I\'ve researched a bit about how to achieve what I said in the question and found several APIs but most of them look very complicated and since I\'m just a noobie in this area I just want a simple met
Question: I have some code for pgp encryption from here: http开发者_如何转开发://blogs.microsoft.co.il/blogs/kim/archive/2009/01/23/pgp-zip-encrypted-files-with-c.aspx
I need to encrypt a stream with pgp using the bouncycastle provider.All of the examples I can find are about taking a plain text file and encrypting that however I won\'t have a file and it\'s importa
As displayed by rpm -qi package? I don\'t really want to parse the output of rpm -qi. I\'d much rather use rpm -q --qf, of which I can control the format and is not subjected to a future version\'s a
I\'m trying to debug & extend an existing piece of Java code using BouncyCastle to decrypt and verify secured attachments.
I need to replace an existing application that, among other things, will need to encrypt/decrypt/sign messages and files in a manner compatible with PGP Desktop.
The PGPKey开发者_开发百科RingGenerator constructor takes in a passphrase to encrypt the private key. What is the algorithm that it uses to do this? It has a field called encAlgorithm, but I couldn\'t
Closed. This question is off-topic. It is not currently accepting answers. 开发者_StackOverflow中文版
What is the best/simpliest to use PGP library for use with an ASP.NET application? We need to be able to encrypt a text 开发者_C百科file for submission to a vendor via FTP.http://www.codeproject.com/