最好的密码系统 [英] The best crypt system

查看:79
本文介绍了最好的密码系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨:)



我正在研究一些关于加密的事情,我想知道什么是最好的128位加密系统,以及如何实现用C / C ++或C#。



谢谢

Alexandre

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

推荐答案

这是不应该问的问题,因为没有答案。



我建议使用DES(数据加密系统)和AES(高级加密系统)因为这些加密系统已经通过标准化组选择了他们的基础算法,并且它是当今最常见的选择。



例如,如果我没记错,DES使用Rijndael算法,所以看看wiki的规格。



如果你想了解更多,那么我建议你在System.Security.Cryptography命名空间上查看MSDN,因为它实现了加密中使用的所有最常用的算法,从那里你可以在wiki或任何其他来源上查找他们的具体内容。



如果你想了解密码学中的具体任务,那么我最好指定一下确切地说,您希望加密以及您希望在应用程序中拥有什么。速度,最佳数据安全介于两者之间?
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?


见这里 [ ^ ]。


这篇关于最好的密码系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆