<div dir="ltr"><div dir="ltr"><div>Hi and first of all thanks for this amazing free and open source project.</div><div><br></div><div>I have a problem which I wrote about in the subject.</div><div><br></div><div>When trying to download a medium size (291MB) encrypted file in a dropoff I encounter a fatal error which breaks the rendering of the web page as usual.</div><div>From php logs what I see is this:</div><div><br></div><div><b>PHP Fatal error:  Uncaught SodiumException: ops limit must be greater than 0 in /opt/zendto/lib/NSSDropoff.php:612<br>Stack trace:<br>#0 /opt/zendto/lib/NSSDropoff.php(612): sodium_crypto_pwhash()<br>#1 /opt/zendto/lib/NSSDropoff.php(944): NSSDropoff->downloadEncrypted()<br>#2 /opt/zendto/www/download.php(109): NSSDropoff->downloadFile()<br>#3 {main}<br>  thrown in /opt/zendto/lib/NSSDropoff.php on line 612</b></div><div><b><br></b></div><div>I have searched about this error and what I understood is that has to do with the number of operations needed to compute the encryption/decryption process.</div><div><br></div><div>I tried to change the encryption and checksums params (disabling checksum, make mandatory encryption, leverage the size of dropoffs to have encryption computed) in the config file but with no result.</div><div><br></div><div>when I try with small size dropoffs (max 25MB) the same procedure I don't encounter the problem.</div><div><br></div><div>What could it be?</div><div><br></div><div>Davide<br></div></div></div>