nextcloud/lib
Carl Schwan bc29ff5567
Handle one time and 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.

This adds an option to disable storing passwords in the database. This
might be desirable when using single use token as passwords or very
large passwords.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03 13:50:29 +02:00
..
composer don't overwrite the etag from storage backends that already provide "good" etags 2022-04-14 13:47:02 +02:00
l10n [tx-robot] updated from transifex 2022-07-26 02:27:06 +00:00
private Handle one time and large passwords 2022-08-03 13:50:29 +02:00
public load widgets only of enabled apps 2022-07-27 15:11:50 +00:00
autoloader.php Update php licenses 2021-06-04 22:02:41 +02:00
base.php Build OC\Core\Application when running occ or cron to register listeners correctly 2022-03-22 10:36:20 +01:00
versioncheck.php Use proper exit code 2021-10-03 21:51:45 +02:00