OCaml-safepass
OCaml-safepass is a library offering facilities for the safe storage of user passwords. By "safe" we mean that passwords are salted and hashed using the Bcrypt algorithm. Salting prevents rainbow-table based attacks, whereas hashing by a very time-consuming algorithm such as Bcrypt renders brute-force password cracking impractical.
[ Homepage ]
| Author: | Dario Teixeira. |
| Last modification date: | 16-Aug-2012 |
| Version: | 1.0.1 |
| Development status: | Stable |
| Kind: | Libraries :: Native OCaml libraries |
| Libraries :: Bindings with C libraries | |
| License: | Open Source :: LGPL |
| Topic: | General purpose libraries :: Cryptography |
| Homepage: | http://ocaml-safepass.forge.ocamlcore.org/ |