Cryptomator
https://gyazo.com/16e9beca0329d53832e2d4771f8e885d
Cryptomator offers multi-platform transparent client-side encryption of your files in the cloud.
GitHub - cryptomator/cryptomator: Multi-platform transparent client-side encryption of your files in the cloud
AES 256bitで暗号化する
Cryptomatorで昔作ったVaultを解錠しようとしたらエラーになったがmacFUSEを入れたら直った
macだけならSparse Bundleを使う手もある
Apple silicon世代のMacはFUSE-Tが推奨されている
https://github.com/cryptomator/cryptomator/releases/tag/1.7.0
ただし1.8.0のUI上はExperimentalになっている
Dir listing is really fast (x2), but sequential throughput is slow (x0.3).
https://github.com/cryptomator/cryptomator/issues/2482
Performance, FUSE-T offers much better performance and this is due to excellent macOS client side NFSv4 implementation
https://www.fuse-t.org/
と矛盾した結果
macFUSEが依存するkextはmacOSで廃止予定なので結局乗り換えは必要そう