nextcloud/lib/private/Security
Roeland Jago Douma 84316aec66
Add ARGON2I support to the hasher
When on php7.2 we can use the new and improved ARGON2I hashing.
This adds support for that to the hasher. When verifying an old hash
we'll update rehash to move all hashes eventually to the new hash
function.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-04 15:43:50 +02:00
..
Bruteforce Reset bruteforce attempt table on successful login 2017-11-24 14:58:57 +01:00
CSP Make OC\Security\CSP strict 2018-03-05 15:27:05 +01:00
CSRF Make \OC\Security\CSRF strict 2018-03-05 15:01:02 +01:00
IdentityProof Make \OC\Security\IdentityProof strict 2018-03-05 19:33:16 +01:00
Normalizer Make IPAddress typed and strict 2018-01-14 21:15:44 +01:00
RateLimiting Make OC\Security\RateLimiting strict 2018-01-14 21:08:23 +01:00
Certificate.php Update with robin 2016-07-21 18:13:58 +02:00
CertificateManager.php Return value immediately instead of assigning to a one-time variable 2018-01-26 00:02:03 +01:00
CredentialsManager.php Remove unused use statements 2017-04-22 19:23:31 -05:00
Crypto.php Make OCP\Security stricter 2018-01-16 22:01:19 +01:00
Hasher.php Add ARGON2I support to the hasher 2018-04-04 15:43:50 +02:00
SecureRandom.php Fix tests 2018-01-14 21:04:52 +01:00
TrustedDomainHelper.php Update license headers 2017-11-06 16:56:19 +01:00