We are not using file i/o to write the encrypted text. We simply display it as a string of hex which can be transmitted via email...these are just some simple tests were are running, and they will not decode on each other's respective platforms.
- Shawn ----- Original Message ----- From: "Wei Dai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 11, 2003 6:49 PM Subject: Re: Win32 <--> Unix Compatibility > The file transfer tool might be modifying the file on the fly (for > line-end conversion). Make sure you transfer the file as a binary file. > > On Thu, Jan 09, 2003 at 03:08:21PM -0700, Shawn Holmes wrote: > > Would anybody know of any particular reason why a string of ciphertext > > generated from DefaultEncryptorWithMAC on a Win32 system would be > > undecryptable on a Solaris box (and vice versa)? Same plaintext, same > > passphrase, same function calls (DefaultEncryptorWithMAC, > > DefaultDecryptorWithMAC). > > > > - Shawn > >
