nextcloud-server/tests/lib/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 Fix risky tests without assertions 2018-01-25 11:33:25 +01:00
CSRF
IdentityProof
Normalizer
RateLimiting Make OC\Security\RateLimiting strict 2018-01-14 21:08:23 +01:00
CertificateManagerTest.php
CertificateTest.php
CredentialsManagerTest.php
CryptoTest.php
HasherTest.php Add ARGON2I support to the hasher 2018-04-04 15:43:50 +02:00
SecureRandomTest.php
TrustedDomainHelperTest.php