|
|
|
|
|
by NoFile
3396 days ago
|
|
Unfortunately it's required for the file deduplication.
Although it slightly degrades the security it's not serious enough to impose any security risks as the attacker would already have to know the hash of the file which almost always requires them to know the contents of the files. Random strings and numbers are also securely generated through a CSRPNG with window.crypto.getRandomValues(). |
|