package passe

  1. Overview
  2. Docs
On This Page
  1. 0.1.0
  2. 0.2.0
Passe is library for hashing and verifying passwords using bcrypt and argon2 algorithms

Install

dune-project
 Dependency

Authors

Maintainers

Sources

passe-0.2.0.tbz
sha256=67b052af6a84859dfcc13438e6109062d18a9184527c5c9a5f5b1b65cc3800be
sha512=c3bfb4d4c9f47df53c904fadcf6ff6de4480885244f61948bfe2025998bcfc3091c353f5a4bc79f7f96c42d874ef2743045a56f26719992104d03fa51c770c79

doc/CHANGES.html

Changes

0.1.0

Initial release of passe, includes:

  • Bcrypt hash and verify functions
  • Argon2 hash and verify functions

0.2.0

  • Fix int literal constant is too large for 32-bit systems #10
  • Add exn functions that raise exceptions instead of returning results #11