[jcifs] NTLM session security

Michael B Allen ioplex at gmail.com
Thu Oct 6 22:50:42 MDT 2011


On Wed, Oct 5, 2011 at 10:48 AM, Suhas Sutar <suhassutar at gmail.com> wrote:
> Hello
> I wanted to confirm if JCIFS supports NTLM v2 session security feature. None of
> the documentation specifically mentions it.

Hi Suhas,

No. JCIFS implements message signatures which are derived from the
session key negotiated during NTLM auth so there is some apparatus to
compute a key internally. But you cannot use JCIFS to sign and seal
streams of data. That would require crypto that is not required by
CIFS and so it's been left out.

Mike

-- 
Michael B Allen
Java Active Directory Integration
http://www.ioplex.com/


More information about the jCIFS mailing list