hierynomus / smbj

Server Message Block (SMB2, SMB3) implementation in Java
Other
713 stars 180 forks source link

SMB Encryption #708

Closed sepspring closed 1 year ago

sepspring commented 2 years ago

Hi,

Thank you for a great SMB library.

Does smbj 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

hannosgit commented 2 years ago

Yes it does support encryption, you can configure this in the SmbConfig class.

hierynomus commented 1 year ago

Closing as answered.