Hi!
I want to develop a small OpenPGP client and I'm searching for a Java library for OpenPGP.
Are there any (open source) recommendations for this approach?
Cryptix.org does not seem alive anymore...
Greetings, guerda
...
I need a client-server encryption solution for web transfer, (i.e. signed and encrypted client-side, and verified and decrypted server-side).
I am using HTTP, but SSL is not available due to shared hosting restrictions (my server is a shared host environment).
Looking into alternative solutions, I have decided on OpenPGP using GnuPG. On...
I'm looking for a free, open source API for encrypting and decrypting PGP files. I'd like to use it in closed source products, as well as open source ones, so it would have to be a license other than the GPL.
...
I want to use GnuPG (http://www.gnupg.org/), the open source software that is a full replacement for PGP.
The software looks great though I have never used it before.
I will be using the software to encrypt files to transfer via the web, I am not using the software for emails.
I have a few questions:
1) What are recommended GUI's av...
I'm reading RFC4880 in an attempt to produce an implementatdion of a subset
of OpenPGP (RSA signatures) using http://phpseclib.sourceforge.net/. I
have the publickey and compression-literal-signature packets
parsed out. I
can extract n and e and feed them to Crypt_RSA to construct a verifier. I
tell it I'm using sha256. It then ne...
can someone show a description of the information of what a pgp looks like if only the descriptions were there but not the actual information? something like (i dont remember if the values are correct):
packet-type[4 bits],
total length in bytes[16 bits],
packet version type [4 bits],
creation-time[32 bits],
encryption-algori...
can someone show a description of the information of what a pgp looks like if only the descriptions were there but not the actual information? something like (i dont remember if the values are correct):
packet-type[4 bits],
total length in bytes[16 bits],
packet version type [4 bits],
creation-time[32 bits],
encryption-algori...
Is there a library to create OpenPGP keys, or to encrypt a file using OpenPGP?
...
I'm trying to debug & extend an existing piece of Java code using BouncyCastle to decrypt and verify secured attachments.
I've looked through the BouncyCastle samples but what it's harder to extract from there is a model of what a PGP-secured attachments looks like. From the code and various errors I can infer there is something repres...
We're using the OpenPGP gem (http://openpgp.rubyforge.org/) to PGP-
encrypt an XML file for submission to a third-party for processing.
The prob is that when encrypting, we get errors like the following:
RangeError: 1502 out of char range
from /Users/dev/.rvm/gems/ruby-1.8.7-p249@dev/gems/
openpgp-0.0.3/lib/openpgp/buffer.rb:1...
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
It has the below method, using some LINQ.
I'm still on .NET 2.0 and can't switch higher, yet...
How can I replace this expression with ordinary code?
I don't really understand Linq, I g...