Re: Encryption method

2007-05-31 Thread Michael Grundvig
We are implementing RC4 as our encryption of choice because it is very fast. Keys will be exchanged using the Diffie-Hellman algorithm. Mike - Original Message - From: "Vinod Panicker" <[EMAIL PROTECTED]> To: Sent: Friday, May 25, 2007 7:47 AM Subject: Re: Encryptio

Re: Encryption method

2007-05-30 Thread Trustin Lee
On 5/31/07, mat <[EMAIL PROTECTED]> wrote: Hi trustin Are you working in financial ground? No. I know Korean financial corporates use SEED though. Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6

Re: Encryption method

2007-05-30 Thread mat
Hi trustin Are you working in financial ground? 2007/5/25, Trustin Lee <[EMAIL PROTECTED]>: Hi Mat, On 5/25/07, mat <[EMAIL PROTECTED]> wrote: > Can I ask which encryption method do you guys use when exchange message? Blowfish is probably one of the most popular and reli

Re: Encryption method

2007-05-25 Thread Vinod Panicker
On 5/25/07, mat <[EMAIL PROTECTED]> wrote: Can I ask which encryption method do you guys use when exchange message? AES is currently an accepted standard for Symmetric key encryption. Supports different key sizes, so you can go for high-strength/low-strength encryption. HTH, Vinod.

Re: Encryption method

2007-05-25 Thread Trustin Lee
Hi Mat, On 5/25/07, mat <[EMAIL PROTECTED]> wrote: Can I ask which encryption method do you guys use when exchange message? Blowfish is probably one of the most popular and reliable encryption algorithms. BTW, Korean financial corporates use SEED, the Korean standard encryption alg

Encryption method

2007-05-24 Thread mat
Can I ask which encryption method do you guys use when exchange message?