Crates.io | srp6 |
lib.rs | srp6 |
version | 1.0.0-alpha.6 |
source | src |
created_at | 2021-07-01 19:21:03.755285 |
updated_at | 2022-05-27 07:35:32.941326 |
description | A safe implementation of the secure remote password authentication and key-exchange protocol (SRP version 6 and 6a) |
homepage | |
repository | |
max_upload_size | |
id | 417556 |
size | 82,265 |
A safe implementation of the secure remote password authentication and key-exchange protocol (SRP version 6a). Version 6 (legacy) is as features available.
The Secure Remote Password protocol performs secure remote authentication of short human-memorizable passwords and resists both passive and active network attacks. Because SRP offers this unique combination of password security, user convenience, and freedom from restrictive licenses, it is the most widely standardized protocol of its type, and as a result is being used by organizations both large and small, commercial and open-source, to secure nearly every type of human-authenticated network traffic on a variety of computing platforms.
read more at srp.stanford.edu and in RFC2945 that describes in detail the Secure remote password protocol.
To avoid code duplications this README is kept lean, please find examples and code at: