Re: Encryption/Decryption on 64 bit processor

2008-02-22 Thread Binyamin Dissen
On Fri, 22 Feb 2008 12:23:40 +0530 ravikumar <[EMAIL PROTECTED]> wrote: :>My DES encryption/decryption code is working fine with 32 bit processor. :>But in 64 bit processor decryption failed. :>Executables are made on the respective machines. :>Is there any reason to fail on x64 processor. Do i n

Re: Encryption/Decryption on 64 bit processor

2008-02-22 Thread Mulyadi Santosa
Hi.. On Fri, Feb 22, 2008 at 3:05 PM, ravikumar <[EMAIL PROTECTED]> wrote: > > I'm not very sure that the issue with kernel. > I'm asking is there any issue with the processor architecture ? Assuming your code is recompiled for 64 bit or running in 32 bit mode on top of that 64 bit proc, I thi

Re: Encryption/Decryption on 64 bit processor

2008-02-22 Thread ravikumar
I'm not very sure that the issue with kernel. I'm asking is there any issue with the processor architecture ? Thanks & Regards, Ravikumar Mulyadi Santosa wrote: Hi... On Fri, Feb 22, 2008 at 1:53 PM, ravikumar <[EMAIL PROTECTED]> wrote: My DES encryption/decryption code is working fine wit

Re: Encryption/Decryption on 64 bit processor

2008-02-21 Thread Mulyadi Santosa
Hi... On Fri, Feb 22, 2008 at 1:53 PM, ravikumar <[EMAIL PROTECTED]> wrote: > My DES encryption/decryption code is working fine with 32 bit processor. > But in 64 bit processor decryption failed. > Executables are made on the respective machines. > > Is there any reason to fail on x64 processor

Encryption/Decryption on 64 bit processor

2008-02-21 Thread ravikumar
My DES encryption/decryption code is working fine with 32 bit processor. But in 64 bit processor decryption failed. Executables are made on the respective machines. Is there any reason to fail on x64 processor. Do i need to care something while writing code this for encryption/decryption algorit