[Rt-commit] rt branch, 4.2/bcrypt-double, created. rt-4.2.13-74-g5276243

Shawn Moore shawn at bestpractical.com
Tue Dec 6 12:51:28 EST 2016


The branch, 4.2/bcrypt-double has been created
        at  527624332bb09a5df2781bf73bedcba3c822a098 (commit)

- Log -----------------------------------------------------------------
commit 527624332bb09a5df2781bf73bedcba3c822a098
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Tue Dec 6 12:49:27 2016 -0500

    Increase the bcrypt cost by a factor of two
    
    It's been a little over 18 months since the previous doubling,
    0c5d3842926dcf05fe227d8f8d57f41e517c09b2.

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index fd5a866..b301e4a 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2142,7 +2142,7 @@ higher numbers denoting greater effort.
 
 =cut
 
-Set($BcryptCost, 11);
+Set($BcryptCost, 12);
 
 =back
 

-----------------------------------------------------------------------


More information about the rt-commit mailing list