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
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
RateLimiting
Certificate.php
CertificateManager.php
CredentialsManager.php
Crypto.php
Hasher.php Add ARGON2I support to the hasher 2018-04-04 15:43:50 +02:00
SecureRandom.php
TrustedDomainHelper.php