mirror of
https://github.com/danog/fast-srp.git
synced 2024-11-26 20:04:49 +01:00
Correct a mistake
This commit is contained in:
parent
d9db2a20d8
commit
6c6c53dff5
@ -1,9 +1,10 @@
|
|||||||
# SRP Protocol Design
|
## SRP Protocol Design
|
||||||
|
|
||||||
SRP is the newest addition to a new class of strong authentication
|
SRP is the newest addition to a new class of strong authentication
|
||||||
protocols that resist all the well-known passive and active attacks
|
protocols that resist all the well-known passive and active attacks
|
||||||
over the network.
|
over the network.
|
||||||
SRP borrows some elements from other key-exchange and
|
SRP borrows some elements from other key-exchange and
|
||||||
identification protcols and adds some subtle modifications and
|
identification protocols and adds some subtle modifications and
|
||||||
refinements.
|
refinements.
|
||||||
The result is a protocol that preserves the strength and
|
The result is a protocol that preserves the strength and
|
||||||
efficiency of the EKE family protocols while fixing some of
|
efficiency of the EKE family protocols while fixing some of
|
||||||
|
Loading…
Reference in New Issue
Block a user