sebastianfeldmann / phpbu

PHP Backup Utility - Creates and encrypts database and file backups, syncs your backups to other servers or cloud services and assists you monitor your backup process
https://phpbu.de
Other
1.29k stars 110 forks source link

Don't limit size when using OpenSSL password crypt #373

Closed veebkolm closed 3 months ago

veebkolm commented 5 months ago

When using OpenSSL password encryption with enc option, instead of SMIME, size is not limited.

I have successfully encrypted files tens of gigabytes in size.

sebastianfeldmann commented 3 months ago

thanks :)

veebkolm commented 3 months ago

Hey!

Seemed that this PR also included my changes to compression - enabling zstd compression. Sorry that both changes ended up in the same PR.

Maybe edit the new release's notes that zstd is now enabled.