nextcloud/lib/private/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 +02:00
..
INamedToken.php Update php licenses 2021-06-04 22:02:41 +02:00
IProvider.php Automatically cut the token name on the first level 2022-03-23 21:38:53 +01:00
IToken.php Update php licenses 2021-06-04 22:02:41 +02:00
IWipeableToken.php Update php licenses 2021-06-04 22:02:41 +02:00
Manager.php Automatically cut the token name on the first level 2022-03-23 21:38:53 +01:00
PublicKeyToken.php Fix ArrayAccess and JsonSerializable return types 2021-11-23 09:28:56 +01:00
PublicKeyTokenMapper.php Remove default token which is deprecated since Nextcloud 13 2021-12-01 18:41:31 +01:00
PublicKeyTokenProvider.php Handler large passwords 2022-07-05 11:37:14 +02:00
RemoteWipe.php Update php licenses 2021-06-04 22:02:41 +02:00