nextcloud-server/tests/lib/Authentication/Token
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 +07:00
..
ManagerTest.php Automatically cut the token name on the first level 2022-03-23 21:38:53 +07:00
PublicKeyTokenMapperTest.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
PublicKeyTokenProviderTest.php Handler large passwords 2022-07-05 11:37:14 +07:00
PublicKeyTokenTest.php Use a blank line after the opening tag 2020-04-09 11:50:14 +07:00
RemoteWipeTest.php Use PSR logger in authentication 2020-10-12 22:07:04 +07:00