Click here to Skip to main content
15,888,330 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi :)

I'm studying some things about cryptography, and I wonder what is the best system of 128-bit encryption, and how to implement in C/C++ or C#.

Thanks
Alexandre
Posted
Comments
nv3 30-Nov-12 11:03am    
That's like asking for the best car with more than 128 HP. It always depends what it is going to be used for.

Well this is questions that should not be asked as there is no answer to it.

I recommend to use DES(Data encryption system) and AES(Advanced encryption system) as these encryption systems had chosen their underlying algorithms by standardization group and it's the best common option today.

For example if i remember correctly DES uses Rijndael algorithm so look at wiki for it specification.

if you want to know more then I suggest that you look on MSDN at System.Security.Cryptography namespace as there are implemented all most common used algorithms used in cryptography and from there you can look up their specific on wiki or any other source.

If you want to know ore about specific tasks in cryptography then i would be better to specify what exactly you want to encrypt and what you want to have in your application. speed, best data security something in between?
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900