Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.4 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.4 KB

FormsAuthentication.Decryptor

NuGet version (FormsAuthentication.Decryptor)

A library to decrypt Forms Authentication cookies on the .NET Core runtime. Typically these cookies are created on older/legacy ASP.NET applications running .NET Framework, but may need to be decrypted/validated in a cloud or serverless context running .NET Core, e.g. AWS Lambda.

Notes