LeanKit-Labs / aspxauth

Verify and decrypt .NET's .ASPXAUTH cookie from node.
MIT License
10 stars 9 forks source link

Added extra signature of unencrpyted data required in .NET validation #8

Closed rniemeyer closed 4 years ago

rniemeyer commented 4 years ago

For .NET to successfully validate cookies encrypted by this lib, we needed to add an additional hash of the unencrpyted data (there is already a hash of the encrypted data).