I'm trying to make my PHP scripts communicate with a ASP.NET based
authentication solution.
I have $_COOKIE["FormsAuth"], but it's encrypted using the
FormsAuthentica tion.Encrypt method.
This is the example code showing the encryption:
Is there a way to decrypt this cookie using PHP?
Here's an overview of FormsAuthentica tion methods in ASP.NET for those
who are curious:
<http://msdn2.microsoft.com/en-us/lib...ity.formsauthe
ntication_metho ds.aspx>
--
Kim André Akerø
- kimandre@NOSPAM betadome.com
(remove NOSPAM to contact me directly)
authentication solution.
I have $_COOKIE["FormsAuth"], but it's encrypted using the
FormsAuthentica tion.Encrypt method.
This is the example code showing the encryption:
Is there a way to decrypt this cookie using PHP?
Here's an overview of FormsAuthentica tion methods in ASP.NET for those
who are curious:
<http://msdn2.microsoft.com/en-us/lib...ity.formsauthe
ntication_metho ds.aspx>
--
Kim André Akerø
- kimandre@NOSPAM betadome.com
(remove NOSPAM to contact me directly)
Comment