nextcloud/lib/private/Security
Roeland Jago Douma 8fabe71710 Use random_bytes
Since we don't care if it is human readbale.
The code is backwards compatible with the old format.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-11 12:27:06 +00:00
..
Bruteforce Fix the thorrtler whitelist bitmask 2019-02-11 23:22:20 +01:00
CSP Add form-action CSP element 2019-07-31 15:16:10 +02:00
CSRF Make \OC\Security\CSRF strict 2018-03-05 15:01:02 +01:00
FeaturePolicy Add feature policy header 2019-08-10 14:26:22 +02:00
IdentityProof Make \OC\Security\IdentityProof strict 2018-03-05 19:33:16 +01:00
Normalizer handle IPv6 addresses with an explict incoming interface at the end (e.g fe80::ae2d:d1e7:fe1e:9a8d%enp2s0) 2019-12-11 10:34:21 +00:00
RateLimiting Fix report of phpstan in Limiter 2019-08-19 19:38:43 +02: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 fix credentialsManager documentation and ensure userId to be used as string 2020-04-16 09:56:25 +00:00
Crypto.php Use random_bytes 2020-05-11 12:27:06 +00:00
Hasher.php Fix Argon2 options checks 2020-05-01 09:39:03 +00:00
SecureRandom.php Remove deprecated functions from SecureRandom 2018-12-07 19:33:32 +01:00
TrustedDomainHelper.php Move overwritehost check to isTrustedDomain 2019-12-09 20:39:00 +00:00