[Feature request] the files encrypted by DroidFS on Android support to be decrypted on windows by desktop client like cppcryptfs.
[Feature request] the files encrypted by DroidFS on Android support to be decrypted on windows by desktop client like cppcryptfs.
It shouldn't be a feature request but a bug either in DroidFS or cppcryptfs. What's the error you get when trying to open a volume from DroidFS with cppcryptfs?
It shouldn't be a feature request but a bug either in DroidFS or cppcryptfs. What's the error you get when trying to open a volume from DroidFS with cppcryptfs?
unkown feature flag in config file: XChaCha20Poly1305
It seems that cppcryptfs doesn't support gocryptfs volumes encrypted with the XChaCha20-Poly1305 cipher. That's not a bug in DroidFS. You can open a feature request on the cppcryptfs repo.
As a workaround, switch the "Encryption cipher" from "Auto" to "AES-GCM" when creating a gocryptfs volume with DroidFS. cppcryptfs should then be able to open the volume.
It seems that cppcryptfs doesn't support gocryptfs volumes encrypted with the XChaCha20-Poly1305 cipher. That's not a bug in DroidFS. You can open a feature request on the cppcryptfs repo.
As a workaround, switch the "Encryption cipher" from "Auto" to "AES-GCM" when creating a gocryptfs volume with DroidFS. cppcryptfs should then be able to open the volume.
It works, Thank you!