wa2c / cifs-documents-provider

CIFS Documents Provider
MIT License
270 stars 24 forks source link

SMB Encryption #21

Open sepspring opened 2 years ago

sepspring commented 2 years ago

Hi,

Thank you for an open sourced SMB client for Android.

Does CIFS Document Provider support SMB 3's end-to-end encryption ? https://docs.microsoft.com/en-us/windows-server/storage/file-server/smb-security

Thanks for your help, Sep

wa2c commented 2 years ago

Sorry, this app is not support encryption because the SMB library jCIFS-ng is not support it. https://github.com/AgNO3/jcifs-ng/issues/182

CrossRoast commented 7 months ago

@wa2c Would it be possible to revisit this issue now that SMBJ is a backend option?