pgp
Client proof public key encryption
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[详细]
2023-01-25 02:47 分类:问答C# How to simply encrypt a text file with a PGP Public Key?
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[详细]
2023-01-25 02:11 分类:问答How to replace Linq Cast expression?
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[详细]
2023-01-21 19:53 分类:问答How to encrypt a string/stream with bouncycastle pgp without starting with a file
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[详细]
2023-01-20 05:44 分类:问答Is there a way to get an installed RPM's signature Key ID programatically?
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[详细]
2023-01-17 02:08 分类:问答Looking for a model explaining the internal structure of a PGP-signed & encrypted file
I\'m trying to debug & extend an existing piece of Java code using BouncyCastle to decrypt and verify secured attachments.[详细]
2023-01-13 02:49 分类:问答Recommended solutions to use PGP-compatible file encryption from a Java app running on Linux?
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.[详细]
2023-01-08 11:15 分类:问答What algorithm does PGP use to encrypt the private key using the passphrase?
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[详细]
2023-01-08 09:38 分类:问答How to transfer pgp private key to another computer? [closed]
Closed. This question is off-topic. It is not currently accepting answers. 开发者_StackOverflow中文版[详细]
2023-01-05 10:59 分类:问答PGP for ASP.NET?
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/[详细]
2023-01-02 02:02 分类:问答