由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Security版 - authentication and secret key establishment
相关主题
Any idea about this?(zhuan)谁能帮帮我?
[转载] Re: 关于browser security的问题[转载] SSH without password
至少truecrypt还是比较安全的吧 (转载)a foolish question about RFC
有关socks port probe怎样破解yahoo email的密码呢?急等!
Password does not decrypt secret key请各位行家看看怎么回事
请问哪里有关于encryption/decryption的相关学习资料请问谁能帮我查下下面邮件的ip地址
Virus in my laptop. How to recover my dataAbout central user administration in a subnet
htpasswd大家来说说kerberos
相关话题的讨论汇总
话题: key话题: server话题: n1话题: client
进入Security版参与讨论
1 (共1页)
c*****o
发帖数: 6
1
I have a client/server application need to communicate securely. The client
needs to input username/passwd to access the server and the client knows the
public key of the server (Ku). My two-way authentication and secret key
establishment protocol is as follows:
1. The client sends Ku(username||passwd||N1) to the server. N1 is a random
number generated by the client in this session.
2. The server decrypts the message using the private key and verify the
username/passwd by consulting a database.
c*****a
发帖数: 1577
2
What about a replay attack?
N1 seems redundant and insecure here. U may refer to Kerberos for session key
and ticket issueing.

【在 c*****o 的大作中提到】
: I have a client/server application need to communicate securely. The client
: needs to input username/passwd to access the server and the client knows the
: public key of the server (Ku). My two-way authentication and secret key
: establishment protocol is as follows:
: 1. The client sends Ku(username||passwd||N1) to the server. N1 is a random
: number generated by the client in this session.
: 2. The server decrypts the message using the private key and verify the
: username/passwd by consulting a database.

c*****o
发帖数: 6
3
N1 is against replay attack because it's a random number each time. Also it's
used to authenticate the server since only the server can decrypt the first
package containing N1.
Kerberos is too complex for this simple case, that's why I disign this
protocol.

【在 c*****a 的大作中提到】
: What about a replay attack?
: N1 seems redundant and insecure here. U may refer to Kerberos for session key
: and ticket issueing.

1 (共1页)
进入Security版参与讨论
相关主题
大家来说说kerberosPassword does not decrypt secret key
Re: [转载] How to use Active Directory to Implement Single Sign-On请问哪里有关于encryption/decryption的相关学习资料
active directory security 专家请进。有报酬。Virus in my laptop. How to recover my data
who can help me?htpasswd
Any idea about this?(zhuan)谁能帮帮我?
[转载] Re: 关于browser security的问题[转载] SSH without password
至少truecrypt还是比较安全的吧 (转载)a foolish question about RFC
有关socks port probe怎样破解yahoo email的密码呢?急等!
相关话题的讨论汇总
话题: key话题: server话题: n1话题: client