You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix encryption buffer allocation and bump version
Changed encryptedData allocation from stackalloc to heap allocation in IdDeencryption.cs to prevent stack overflow for large inputs. Updated AssemblyVersion to 1.0.1.0 in the project file.