diff --git a/inc/PassHash.class.php b/inc/PassHash.class.php
index d24cc75e52110660c1b142dde1102b7713b441a1..54b918984b7507afe12f432e611a190fbfdc66e1 100644
--- a/inc/PassHash.class.php
+++ b/inc/PassHash.class.php
@@ -530,7 +530,7 @@ class PassHash {
      * @throws Exception
      * @return string Hashed password
      */
-    public function hash_bcrypt($clear, $salt = null, $compute = 8) {
+    public function hash_bcrypt($clear, $salt = null, $compute = 10) {
         if(!defined('CRYPT_BLOWFISH') || CRYPT_BLOWFISH != 1) {
             throw new Exception('This PHP installation has no bcrypt support');
         }