Merge pull request #996 from tvdijen/passwordhash
Rewrite Crypto::passwordHash() to use BCRYPT instead of unsafe algorithms
Showing
- bin/pwgen.php 1 addition, 24 deletionsbin/pwgen.php
- lib/SimpleSAML/Utils/Crypto.php 41 additions, 30 deletionslib/SimpleSAML/Utils/Crypto.php
- modules/authcrypt/lib/Auth/Source/Htpasswd.php 1 addition, 4 deletionsmodules/authcrypt/lib/Auth/Source/Htpasswd.php
- tests/lib/SimpleSAML/Utils/CryptoTest.php 21 additions, 0 deletionstests/lib/SimpleSAML/Utils/CryptoTest.php
Loading
Please register or sign in to comment