From bab101a83b56f1fa31f415211df5e2569d75f3c6 Mon Sep 17 00:00:00 2001
From: Nils Schwabe
Date: Mon, 7 Jul 2014 15:34:40 +0200
Subject: Remove unintentionally added f3 docs
---
management-interface/lib/api/classBcrypt.html | 204 --------------------------
1 file changed, 204 deletions(-)
delete mode 100644 management-interface/lib/api/classBcrypt.html
(limited to 'management-interface/lib/api/classBcrypt.html')
diff --git a/management-interface/lib/api/classBcrypt.html b/management-interface/lib/api/classBcrypt.html
deleted file mode 100644
index c23dd78..0000000
--- a/management-interface/lib/api/classBcrypt.html
+++ /dev/null
@@ -1,204 +0,0 @@
-
-
-
-
-
-
-
Lightweight password hashing library.
- More...
-
-
-
-
-
-

-
-
-
- |
-|
-const | COST =10 |
-| | Default cost.
|
-| |
- |
-|
-const | E_CostArg ='Invalid cost parameter' |
-| |
-|
-const | E_SaltArg ='Salt must be at least 22 alphanumeric characters' |
-| |
-
-
-
Lightweight password hashing library.
-
-
-
-
-
-
- | Bcrypt::hash |
- ( |
- |
- $pw, |
-
-
- |
- |
- |
- $salt = NULL, |
-
-
- |
- |
- |
- $cost = self::COST |
-
-
- |
- ) |
- | |
-
-
-
-
Generate bcrypt hash of string
-
- Returns
- string|FALSE
-
- Parameters
-
-
- | $pw | string |
- | $salt | string |
- | $cost | int |
-
-
-
-
-
-
-
-
-
-
-
- | Bcrypt::needs_rehash |
- ( |
- |
- $hash, |
-
-
- |
- |
- |
- $cost = self::COST |
-
-
- |
- ) |
- | |
-
-
-
-
Check if password is still strong enough
-
- Returns
- bool
-
- Parameters
-
-
- | $hash | string |
- | $cost | int |
-
-
-
-
-
-
-
-
-
-
-
- | Bcrypt::verify |
- ( |
- |
- $pw, |
-
-
- |
- |
- |
- $hash |
-
-
- |
- ) |
- | |
-
-
-
-
Verify password against hash using timing attack resistant approach
-
- Returns
- bool
-
- Parameters
-
-
- | $pw | string |
- | $hash | string |
-
-
-
-
-
-
-
The documentation for this class was generated from the following file:
-
--
cgit v1.2.3-55-g7522