nsspi icon indicating copy to clipboard operation
nsspi copied to clipboard

Added option to encrypt/decrypt data without embedding buffer lengths

Open MarkMpn opened this issue 2 years ago • 0 comments

I'm using this library to create a .NET Core client for a WCF server using WS-Trust with SSPI authentication. The tokens generated by the WCF server contain data encrypted by SSPI but without the lengths of the individual buffers encoded in the output, as expected by this library.

In order to decrypt these tokens I've extended the Encrypt and Decrypt methods with extra overloads to handle data in this format.

MarkMpn avatar Mar 08 '22 15:03 MarkMpn