bcrypt 0.1.5

Easily hash and verify passwords using bcrypt
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bcrypt"
version = "0.1.5"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
readme = "README.md"
description = "Easily hash and verify passwords using bcrypt"
homepage = "https://github.com/Keats/rust-bcrypt"
repository = "https://github.com/Keats/rust-bcrypt"
keywords = ["bcrypt", "password", "web", "hash"]

[dependencies]
rust-crypto = "0.2.36"
rand = "0.3"
lazy_static = "1"
base64 = "0.8"