nextcloud/apps/files_encryption/lib
Scott Arciszewski 36da3bc359 Update crypt.php
A 1024 kilobyte key would be obnoxiously slow to operate on. I'm assuming you meant 1024-bit?

Also, 183 bytes = 1464 bits.

Here's a safe alternative: 2048 bits, with comment-code sanity
2014-03-19 13:31:51 -04:00
..
capabilities.php Add _many_ newlines at the end of files 2013-08-18 11:06:59 +02:00
crypt.php Update crypt.php 2014-03-19 13:31:51 -04:00
helper.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
keymanager.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +01:00
proxy.php Return unencrypted_size of folder when queried 2014-03-07 14:59:09 +01:00
session.php close encryption session after decryption was finished 2014-02-26 17:18:38 +01:00
stream.php remember original fopen access type in pre-proxy because sometimes they change 2014-02-27 14:16:03 +01:00
util.php don't create files folder, let ownCloud core handle it 2014-03-05 12:44:02 +01:00