由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Security版 - a foolish question about RFC
相关主题
authentication and secret key establishment有关socks port probe
what ipSec can do and can not do?Re: how to hack 263 ,163 mail server
[转载] 有人在linux下用过ipsec吗?[转载] SSH without password
Windows2000有自带的IPsec VPN Client Software吗?Trace email
[转载] need help on IPsec如何通过email查他的ip?
为什么这个版会没有斑主?[转载] Eudora如何收信件的header information?
understanding VPN怎样破解yahoo email的密码呢?急等!
关键词:raw socket, python, sec tunnel, twisted请各位行家看看怎么回事
相关话题的讨论汇总
话题: replay话题: integrity话题: anti话题: ah
进入Security版参与讨论
1 (共1页)
y*********i
发帖数: 7
1
when i read through RFC2401, i met this:
IPsec uses two protocols to provide traffic security--Authentication
Header(AH) and.....
The IP Authentication Header(AH) provides connectionless integrity,
data origin authenticaiton, and an optional anti-replay services. .....
how can i translate "connectionless integrity" and "anti-replay" into
Chinese? and what is anti-replay( the meaning and specific process)?
thx.
//bow
m*****e
发帖数: 4193
2

replay is the process to defeat the protocol by reusing old packets in new
connections. typically sequence numbers or time stamps are used to prevent
this attack.

【在 y*********i 的大作中提到】
: when i read through RFC2401, i met this:
: IPsec uses two protocols to provide traffic security--Authentication
: Header(AH) and.....
: The IP Authentication Header(AH) provides connectionless integrity,
: data origin authenticaiton, and an optional anti-replay services. .....
: how can i translate "connectionless integrity" and "anti-replay" into
: Chinese? and what is anti-replay( the meaning and specific process)?
: thx.
: //bow

y*********i
发帖数: 7
3
thx. i see. :)
but what can we say it in Chinese? and connectionless integrity?

【在 m*****e 的大作中提到】
:
: replay is the process to defeat the protocol by reusing old packets in new
: connections. typically sequence numbers or time stamps are used to prevent
: this attack.

a***a
发帖数: 21
4

Connectionless integrity means the integrity is based on the indiviual packets,
not on the network stream. Usually, HMAC is used.
Anti-reply is against replay attack. Replay attacks means the adversary re-send
the data in previous session to new one. To defeat such attack, timestamp, or
nounce, is used to uniquely identify a session.

【在 y*********i 的大作中提到】
: when i read through RFC2401, i met this:
: IPsec uses two protocols to provide traffic security--Authentication
: Header(AH) and.....
: The IP Authentication Header(AH) provides connectionless integrity,
: data origin authenticaiton, and an optional anti-replay services. .....
: how can i translate "connectionless integrity" and "anti-replay" into
: Chinese? and what is anti-replay( the meaning and specific process)?
: thx.
: //bow

y*********i
发帖数: 7
5
well,thx

【在 a***a 的大作中提到】
:
: Connectionless integrity means the integrity is based on the indiviual packets,
: not on the network stream. Usually, HMAC is used.
: Anti-reply is against replay attack. Replay attacks means the adversary re-send
: the data in previous session to new one. To defeat such attack, timestamp, or
: nounce, is used to uniquely identify a session.

1 (共1页)
进入Security版参与讨论
相关主题
请各位行家看看怎么回事[转载] need help on IPsec
请高手帮助回答: 能查处E-mail 发送地址吗?为什么这个版会没有斑主?
请问谁能帮我查下下面邮件的ip地址understanding VPN
如果在zonelabs integrity desktop中设置remote desktop关键词:raw socket, python, sec tunnel, twisted
authentication and secret key establishment有关socks port probe
what ipSec can do and can not do?Re: how to hack 263 ,163 mail server
[转载] 有人在linux下用过ipsec吗?[转载] SSH without password
Windows2000有自带的IPsec VPN Client Software吗?Trace email
相关话题的讨论汇总
话题: replay话题: integrity话题: anti话题: ah