In Symmetric Keys which ALGORITHM is more secure like TRIPLE_DES.....
Thanks
Go for RC4 (minimal encryption strength and not recommended for sensetive
data) if you are looking for performance.
Go for Triple_DES or AES (much stronger encryption and AES128 or more
recommended for sensetive data) if you are looking for stronger
protection\encryption.

Signature
Ekrem Önsoy
> In Symmetric Keys which ALGORITHM is more secure like TRIPLE_DES.....
>
> Thanks
Rogers - 30 Aug 2007 18:21 GMT
Alright, I will go with AES128 as data is sensitive and we need strong
encryption.
Thanks
> Go for RC4 (minimal encryption strength and not recommended for sensetive
> data) if you are looking for performance.
[quoted text clipped - 6 lines]
>>
>> Thanks