You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
$\begingroup$ What identification scheme? Based on the supposed shared secret that they think they have? Then how does Bob distinguish Mallory from Alice, if the former does an active attack on both phases? $\endgroup$Henno Brandsma– Henno Brandsma2013-06-08 13:06:42 +00:00Commented Jun 8, 2013 at 13:06
-
$\begingroup$ @HennoBrandsma, yes, in original draft authentication is based on shared secret, so if channel is secure, in most trivial case Alice could just send Bob plaintext password. Mallory does not know Alice's random symmetric session key, as it was encrypted for Bob only. If Mallory forges Alice request to hold her key instead of Alice's, Mallory won't be able to forward Bob's response back to Alice, as she does not know original key. Mallory is also unable to obtain shared secret told by Alice to Bob by listening, as it's encrypted by random symmetric key, which Mallory was unable to retrieve. $\endgroup$toriningen– toriningen2013-06-08 14:30:00 +00:00Commented Jun 8, 2013 at 14:30
-
$\begingroup$ If they already share a secret password, cannot they base their scheme on that? Like SRP? Why bother with the RSA? $\endgroup$Henno Brandsma– Henno Brandsma2013-06-08 14:34:16 +00:00Commented Jun 8, 2013 at 14:34
-
$\begingroup$ When Alice first meets Bob, she has to tell him her random chosen persistent secret for Bob to recognize her later - like registration. Bob assumes nothing about Alice upon their first meet. Alice cannot use DH due to MITM threat, so she sends her secret encrypted by Bob's public key - and the only way Mallory could interfere with this is to "register" herself too, without getting access to Alice-Bob communication. They don't use the same session key derived from Alice's secret because I've thought it's safer to choose random key each time. $\endgroup$toriningen– toriningen2013-06-08 14:56:56 +00:00Commented Jun 8, 2013 at 14:56
-
1$\begingroup$ First, the PKE may need to be IND-CCA1 or IND-CCA2, depending on whether its used by any other people and whether Bob will permanently abort on a single failed attempt. $\:$ Second, this is very much not forward-secure. $\;\;$ $\endgroup$user991– user9912013-06-08 20:29:33 +00:00Commented Jun 8, 2013 at 20:29
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. public-key), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you