Re: xtea vc++ code




Tom St Denis wrote:
louloizi...@xxxxxxxxx wrote:
I was wondering if anyone had any good XTEA c++ code. I'm writing an
internet service in vc++ 2003. I have a webpage that needs to send an
encrypted string a ton of times and I think XTEA would be the least
processor intensive. Plus, it's simple and I don't know much about

You thought wrong. AES is faster [and more standard] than XTEA.

Find a crypto lib and use that. I'm sure some exist somewhere.

Tom

Thanks. I'll look into AES. As far as finding good libraries, I'd
appreciate any links anyone can give me. Also, to use AES, I'd need to
find a javascript implimentation of AES, as well. Do you have any links
you can throw out?

.



Relevant Pages

  • Re: xtea vc++ code
    ... encrypted string a ton of times and I think XTEA would be the least ... I have a ton of different javascript TEA sources for the client side ... and I'm sure I can find an XTEA one out there somewhere. ... Tom is right that you should probably use AES. ...
    (sci.crypt)
  • Re: xtea vc++ code
    ... I have a ton of different javascript TEA sources for the client side ... and I'm sure I can find an XTEA one out there somewhere. ... Tom is right that you should probably use AES. ... implementations in various languages. ...
    (sci.crypt)
  • xtea vc++ code
    ... I was wondering if anyone had any good XTEA c++ code. ... I have a webpage that needs to send an ... encrypted string a ton of times and I think XTEA would be the least ... I have a ton of different javascript TEA sources for the client side ...
    (sci.crypt)
  • Re: xtea vc++ code
    ... I have a webpage that needs to send an ... encrypted string a ton of times and I think XTEA would be the least ... AES is faster than XTEA. ...
    (sci.crypt)