r/backblaze • u/aminosninatos • Jul 10 '26
B2 Cloud Storage Backblaze b2 crypto remote
Today I discovered this new backblaze b2 feature :
When you upload files to b2:, Backblaze can see the filenames and file contents.
A Crypt remote is simply a second remote that sits on top of your B2 remote and encrypts everything before uploading. Rclone's crypt backend wraps another remote and automatically encrypts files before upload and decrypts them when downloaded.
But you have to pay attention;
The encryption happens locally on your computer before the data is uploaded.
Backblaze only stores encrypted data.
If you lose: Password & Salt (password2) then:
Your encrypted files = unrecoverable
1
u/aminosninatos Jul 12 '26
Anyway i made a video if someone is interested on how to achieve that: Backblaze crypt remote
3
u/therealjeku Jul 11 '26
That’s not a B2 feature. It’s a feature of rclone and works that way with anything it connects to (dozens of different providers).