nextcloud-server/lib/private/Authentication
Carl Schwan 1c23c029af Handler large passwords
For passwords bigger than 250 characters, use a bigger key since the
performance impact is minor (around one second to encrypt the password).

For passwords bigger than 470 characters, give up earlier and throw
exeception recommanding admin to either enable the previously enabled
configuration or use smaller passwords.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-05 11:37:14 +02:00
..
Events
Exceptions
Listeners remove storage wrappers when deleting the user storage 2022-05-12 14:40:20 +02:00
Login
LoginCredentials Fix replacing external storage password during debug log 2022-06-01 10:31:19 +02:00
Notifications
Token Handler large passwords 2022-07-05 11:37:14 +02:00
TwoFactorAuth Only check the twofactor state once per request 2021-12-01 17:56:30 +01:00
WebAuthn