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 need to care 
:>something while writing code this for encryption/decryption algorithms 
:>for x64.

When I wrote such code, it seemed that the algorithms were written for a 32
bit word.

Might you have fields without explicit sizes that are bigger on a 64 bit
platform? Check the generated assembler.

--
Binyamin Dissen <[EMAIL PROTECTED]>
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to