On Fri, Mar 19, 2010 at 11:23 PM, David Shaw wrote:
> On Mar 19, 2010, at 4:51 PM, Juergen Weber wrote:
>
>> Hi,
>>
>> has anybody tried to decrypt a symmetric gpg encryption with Java
>> using Java Cryptography Architecture included in the JDK?
>>
>>
Hi,
has anybody tried to decrypt a symmetric gpg encryption with Java
using Java Cryptography Architecture included in the JDK?
echo hello | gpg -c --cipher-algo 3DES -a --passphrase "my pass" |
java MyDeCrypt --cipher-algo 3DES --passphrase "my pass"
should result in hello
This should be poss