How to randomly pad files before encryption to prevent file fingerprinting?
How to randomly pad files before encryption to prevent file fingerprinting?
Hi, I was planning to encrypt my files with GPG for safety before uploading them to the cloud. However, from what I understand GPG doesn't pad files/do much to prevent file fingerprinting. I was looking around for a way to reliably pad files and encrypt metadata for them but couldn't find anything. Haven't found any recommendations on the privacyguides website either. Any help would be appreciated!
Thanks
Just use
rclone
. It does this natively.Can you point to where such a capability is mentioned in the documentation? I'm using
rclone
right nowHere
I recommend making a giant tarball and encrypting that with gpg and then encrypting again with rclone.