aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/passhash/bcrypt/bcrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/passhash/bcrypt/bcrypt.h')
-rw-r--r--src/lib/passhash/bcrypt/bcrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/passhash/bcrypt/bcrypt.h b/src/lib/passhash/bcrypt/bcrypt.h
index 7d46e836c..cdf9cf3d1 100644
--- a/src/lib/passhash/bcrypt/bcrypt.h
+++ b/src/lib/passhash/bcrypt/bcrypt.h
@@ -33,7 +33,7 @@ class RandomNumberGenerator;
*/
std::string BOTAN_PUBLIC_API(2,0) generate_bcrypt(const std::string& password,
RandomNumberGenerator& rng,
- uint16_t work_factor = 10,
+ uint16_t work_factor = 12,
char version = 'a');
/**