最著名的加密技术 [英] Best known encryption techniques

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

问题描述

对于我们的项目,我们需要编写一些目前已知的最佳密码.

请给我最好的密码列表

例如河豚,双鱼等...

For our project we need to code some of best ciphers known at this time.

Please give me the list of best ciphers

like blowfish, twofish, and etc...

推荐答案

Akshayy,

并不粗鲁,但限于codeproject.com的Google搜索显示 ^ ]展示了如何进行操作,并对Rinjdael进行了说明.

我建议您观看阅读有关密码安全性的信息 [
Akshayy,

Not to be rude, but a Google search limited to codeproject.com revealed numerous articles[^] that show how to do it and have explanations for Rinjdael.

I recommend watching a video[^] to better understand how it works.

I''ll let you search for the Twofish one yourself.

Before you focus on the best encryption, you probably need to better understand what you are encrypting and why it is important or not. If you''re writing code, I recommend reading about password security[^] before you worry about encryption.

Hogan


如果您要问这两种加密如何完成工作,下面是每个加密的链接,详细介绍它们及其工作原理:

Rinjdael:
http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.pdf [ ^ ]

Twofish:
http://www.schneier.com/twofish.html [ http://stackoverflow.com/questions/992019/java-256-bit- aes-password-based-encryption [ ^ ]
If you are asking how these two encryptions do their job, here is a link for each of them, explaing more about them and their workings:

Rinjdael:
http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.pdf[^]

Twofish:
http://www.schneier.com/twofish.html[^]

If you are more interested in how to use them, here would be a good place to start:

http://stackoverflow.com/questions/992019/java-256-bit-aes-password-based-encryption[^]


关于您引用的可恢复加密密码的要求,请参阅
With reference to your quoted requirement for recoverable encryption passwords have a look at Shamir''s M of N algorithm[^]; split their password 2 from 3, keep one, mail one to them, and a trusted nominee ...


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

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