Hacker News new | ask | show | jobs
by jeroenhd 1472 days ago
Looking at the export code: https://github.com/bitwarden/clients/blob/da5e4a57d026e0d093...

The entire export process seems to be client side. Altering the export to include files should be feasible though the Bitwarden devs might choose not to merge your code because allowing users to access all of those Azure buckets all at once must come at a significant cost.

My workaround for this is to stuff SSH keys and the like in secret fields rather than attachments. This doesn't work for larger files, but it works well enough for my use cases so far.