SRP-6a Secure Remote Password protocol for OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

srp: Add README.md

+17
+17
README.md
··· 1 + ## SRP - SRP-6a Secure Remote Password protocol 2 + 3 + %%VERSION%% 4 + 5 + Implementation of the SRP-6a protocol (RFC 5054) for password-authenticated key exchange. Includes support for the 3072-bit group used by HomeKit. 6 + 7 + ## Installation 8 + 9 + `opam install srp` will install this library. 10 + 11 + ## Reference 12 + 13 + - [RFC 5054: Using the Secure Remote Password (SRP) Protocol for TLS Authentication](https://www.rfc-editor.org/rfc/rfc5054) 14 + 15 + ## Documentation 16 + 17 + [API documentation](https://samoht.github.io/ocaml-srp/doc)