In my opinion line 317 in the file download_attachments.php should be changed from
if ( isset( $this->options['encrypt_urls'] ) ) {
to
if ( isset( $this->options['encrypt_urls'] ) && $this->options['encrypt_urls'] ) {
because after enabling ecrypted url once, the encrypt_urls index exists in the options but is empty.