nextcloud/lib
Carl Schwan f4795f6dac
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-07-29 16:15:38 +02:00
..
composer Add new share attributes column 2022-06-08 09:21:42 +00:00
l10n [tx-robot] updated from transifex 2022-07-26 02:27:00 +00:00
private Handle one time and large passwords 2022-07-29 16:15:38 +02:00
public Fix reading blob data as resource 2022-07-25 15:59:36 +00:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php Properly import maintenance script 2022-06-09 23:29:47 +00:00
versioncheck.php Drop PHP7.3 2022-01-25 17:25:08 +01:00