由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Security版 - Triple DES 有什么弱点?
相关主题
关于Linux内推上市公司Application Security Engineer
handbook of applied cryptographyRe: DES算法及其应用误区
How about "Quantum Cryptography"RSA还靠得住吗?
Please help!PGP加密算法
Re: 有载国外搞安全的大虾吗?介绍一下哪些学校安全比较?about the c code of AES algrithm (Rijndael)
都是谈论病毒,没有做加密的吗?[转载] HELP HELP!!
请问哪里有关于encryption/decryption的相关学习资料DES question, anyone can help?
The Internet’s Not Finished Yetwhere to find examples of cryprography?
相关话题的讨论汇总
话题: shannon话题: ede话题: des话题: vulnerable话题: triple
进入Security版参与讨论
1 (共1页)
h**********r
发帖数: 174
1
能不能指点些资料查查, 或者任何idea, 多谢了!
T********r
发帖数: 6210
2
http://www.rsasecurity.com/rsalabs/faq/3-2-6.html

【在 h**********r 的大作中提到】
: 能不能指点些资料查查, 或者任何idea, 多谢了!
h**********r
发帖数: 174
3
恩, get two paper in the reference list.
Thx.

【在 T********r 的大作中提到】
: http://www.rsasecurity.com/rsalabs/faq/3-2-6.html
w*******o
发帖数: 32
4

1. It's a make-up scheme that defends exhaustive key search.
As key scheduling in Feistel structures incurs latency, 3DES
is very slow, normally can only get 1/3 speed of DES,
and 1/10 speed of AES.
2. Block size is only 64-bit, which is vulnerable to exhaustive
plaintext search when the input plaintext has low entropy.
For instance, English text has low entropy. Instead of
searching 2^64 random cases, you only need to search 2^26 (cannot
remember exact number) cases.
Othe

【在 h**********r 的大作中提到】
: 能不能指点些资料查查, 或者任何idea, 多谢了!
w*******o
发帖数: 32
5

3DES is not vulnerable to these academia attacks.
These RSA people don't know Shannon's pure cipher system,
where EDE equals to E (E: encryption, D:decryption).
So-called double encryption and double key problem are not
justifiable in theory, as Shannon's pure cipher theory implied,
but these RSA people (including Ron Rivest) don't read Shannon's
result, and invent a set of vulnerable schemes, then attack
the vulnerable schemes to attract attention.
This is really amazing.

【在 h**********r 的大作中提到】
: 恩, get two paper in the reference list.
: Thx.

h**********r
发帖数: 174
6
THX a lot!

【在 w*******o 的大作中提到】
:
: 3DES is not vulnerable to these academia attacks.
: These RSA people don't know Shannon's pure cipher system,
: where EDE equals to E (E: encryption, D:decryption).
: So-called double encryption and double key problem are not
: justifiable in theory, as Shannon's pure cipher theory implied,
: but these RSA people (including Ron Rivest) don't read Shannon's
: result, and invent a set of vulnerable schemes, then attack
: the vulnerable schemes to attract attention.
: This is really amazing.

h**********r
发帖数: 174
7
EDE == E? I remember I this is proven to be false in Stalling's
Cryptography and Network Security

【在 w*******o 的大作中提到】
:
: 3DES is not vulnerable to these academia attacks.
: These RSA people don't know Shannon's pure cipher system,
: where EDE equals to E (E: encryption, D:decryption).
: So-called double encryption and double key problem are not
: justifiable in theory, as Shannon's pure cipher theory implied,
: but these RSA people (including Ron Rivest) don't read Shannon's
: result, and invent a set of vulnerable schemes, then attack
: the vulnerable schemes to attract attention.
: This is really amazing.

w*******o
发帖数: 32
8

no, the term "equal" here is about the sample space.
of course if "EDE=E", then why do the "DE" part?
check Shannon's pure cipher for details.

【在 h**********r 的大作中提到】
: EDE == E? I remember I this is proven to be false in Stalling's
: Cryptography and Network Security

h**********r
发帖数: 174
9
Maybe I make myself misunderstood, I really mean EDE != E, but I have not
read the proof of this. Does Shannon provide any idea about this? I know
his paper is a milestone, I will go to read it for sure. :) thx.

【在 w*******o 的大作中提到】
:
: no, the term "equal" here is about the sample space.
: of course if "EDE=E", then why do the "DE" part?
: check Shannon's pure cipher for details.

1 (共1页)
进入Security版参与讨论
相关主题
where to find examples of cryprography?Re: 有载国外搞安全的大虾吗?介绍一下哪些学校安全比较?
哪种加密算法好一点?都是谈论病毒,没有做加密的吗?
为什么这个版会没有斑主?请问哪里有关于encryption/decryption的相关学习资料
Any idea about this?The Internet’s Not Finished Yet
关于Linux内推上市公司Application Security Engineer
handbook of applied cryptographyRe: DES算法及其应用误区
How about "Quantum Cryptography"RSA还靠得住吗?
Please help!PGP加密算法
相关话题的讨论汇总
话题: shannon话题: ede话题: des话题: vulnerable话题: triple