What is the strongest encryption available in .Net 3.5 -


I am storing files in S3 and want to encrypt maximum data. I am using the ThreeSpark S3 library and it uses DESCryptoServiceProvider to encrypt the data. How strong is the DSCRPT service provider compared to other encryption? In the net?

I have also seen services like mosaic that use 448-bit bloepish encryption. I have done some research and found some free libraries who offer bluffish but nothing tells what is bluffish. Net provides.

I have to know what is the fastest encryption in Net 3.5. I would also like to suggest some other libraries which probably will not offer high encryption.

The DES is obsolete i its 56 bit key basically by a laptop computing power in a matter of hours Forced loop can be. The best symmetric key encryption is that the net ships out of the box are AES (256). The comparison of Blophish and AES (aka Regentel) is beyond the scope of this discussion, but the AIS adopted is the way to go for NIST standard and near future. See for more information.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -