|
From: Mike F. <mik...@ha...> - 2005-12-23 15:40:39
|
changed literalMessageBuilder.init(dataString); to literalMessageBuilder.init(dataString.getBytes()); and it works like a charm. thanks for the tip! ----- Original Message ----- From: "Edwin Woudt" <ed...@wo...> To: "Mike Ferraro" <mik...@ha...>; <cry...@li...> Sent: Thursday, December 22, 2005 4:47 PM Subject: Re: [Cryptix-users] Decrypting PGP encrypted data > > As a workaround: use the methods in the LiteralMessageBuilder that take a > > byte[] instead of a String. These > > Hmm... pressed that send button too soon: > > These will never change any data before encryption. > > -- > Edwin > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Cryptix-Users mailing list > Cry...@li... > https://lists.sourceforge.net/lists/listinfo/cryptix-users |