It would really be great to be able to export the .zip format with a password and/or account key, just like the option to have json encrypted exports without attachments.
Generally these exports are meant to serve as a backup, and it’s better to have them already encrypted when we are downloading from Bitwarden.
Am I correct that this is about “zip” option for attachments being unencrypted? (came from this thread’s suggestion)
If so, I’d love to hear how others are working around this in the meantime… I’m a bit wary of using smaller custom projects like portwarden (though I appreciate their efforts!). I’d prefer obviously a Bitwarden-maintained solution, or else just a generic solution. eg: maybe something I can run over the unencrypted .zip output from bitwarden/bw-cli, and be reasonably sure the next machine–on which future me tries to unencrypt said zip–will likely be able to get a compatible decryption command.
the best I’ve come up with is to hope openssl is important enough to not have any backwards incompatibility issues:
By “this” you mean this feature request? – Then I would think, that this feature request was mainly about being able to also export attachments. That it ended up as unencrypted ZIP files for now is just how it… ended up for now.
The encryption issue was mentioned here, here, here, and here, but this feature request thread is primarily about the option to export attachments at all (an option that was not available until 9 months ago).
What I do is to place a copy each file into an encrypted VeraCrypt container — I do this at the same time that I upload said file to my Bitwarden vault. I also include metadata indicating which vault item the file is attached to (i.e., the corresponding vault item’s UUID) in the VeraCrypt container.
This was a habit that I developed before the ZIP export feature was released. You could use a similar approach with the ZIP export, though (although if you are concerned about leaving traces of the unencrypted data on your hard drive, then you need to take special precautions if you are on a Windows system).