You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by mat <fo...@gmail.com> on 2007/05/25 04:34:31 UTC

Encryption method

Can I ask which encryption method do you guys use when exchange message?

Re: Encryption method

Posted by Trustin Lee <tr...@gmail.com>.
On 5/31/07, mat <fo...@gmail.com> 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

Posted by mat <fo...@gmail.com>.
Hi trustin Are you working in financial ground?

2007/5/25, Trustin Lee <tr...@gmail.com>:
>
> Hi Mat,
>
> On 5/25/07, mat <fo...@gmail.com> 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 algorithm, created when strong cipher was not able
> to be exported outside US.
>
> Trustin
> --
> what we call human nature is actually human habit
> --
> http://gleamynode.net/
> --
> PGP Key ID: 0x0255ECA6
>

Re: Encryption method

Posted by Trustin Lee <tr...@gmail.com>.
Hi Mat,

On 5/25/07, mat <fo...@gmail.com> 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 algorithm, created when strong cipher was not able
to be exported outside US.

Trustin
-- 
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP Key ID: 0x0255ECA6

Re: Encryption method

Posted by Michael Grundvig <mi...@electrotank.com>.
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" <vi...@gmail.com>
To: <de...@mina.apache.org>
Sent: Friday, May 25, 2007 7:47 AM
Subject: Re: Encryption method


> On 5/25/07, mat <fo...@gmail.com> 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

Posted by Vinod Panicker <vi...@gmail.com>.
On 5/25/07, mat <fo...@gmail.com> 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.