package u2f

  1. Overview
  2. No Docs
Universal Second Factor (U2F) implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

u2f-v0.1.0.tbz
sha256=a3b8df1ea2cc50807f29261425fcaa048147c86e30e079093efc1617c1902d93
sha512=45733ddba0b86e89dad9c2a9b42c4da985f41f716dce33d9683a6ddc730a21c0a18fa4cf8a1a1ff52c6ea7f80bdd9a67ce76d14078304639e0da8521677e9437

Description

A server-side implementation of the two-factor authentication standard Universal Second Factor (U2F). With special (USB, NFC) devices, a challenge-response authentication using public key cryptography is done.

Published: 30 Jun 2021

Dependencies (8)

  1. base64 >= "3.1.0"
  2. x509 >= "0.13.0" & < "0.15.1"
  3. mirage-crypto-rng
  4. mirage-crypto-ec
  5. ppx_deriving_yojson
  6. yojson
  7. dune >= "2.7"
  8. ocaml >= "4.08.0"

Dev Dependencies (5)

  1. lwt dev
  2. logs dev
  3. cmdliner dev
  4. ppx_blob dev
  5. dream dev

Used by

None

Conflicts

None