Ask a Question related to ASP.NET Security, Design and Development.
-
-
HTTP::Cookie won't store sent cookie
Hi all, My script requests http://foo.bar.com/ with code that looks a little like this: my $ua = LWP::UserAgent->new; my $cookie_jar =... -
When to encrypt
On 12/6/2004 6:10 PM, Greg Stark wrote: I was wondering where he keeps his servers. Are they kept under a little rain shelter on the parking lot,... -
Cookies set one time, I delete cookie, cookie is never set again!
I am having this problem: My PHP script will set a cookie, it's there in my /Cookies folder. I delete the cookie (I have to for testing purposes,... -
Encrypt in Perl, De-encrypt in Javascript
I got a javascript off the net which encrypt and de-encrypt HTML code so that nobody can read the public html file. here is the code of... -
authentication cookie vs session cookie
Hi, What are the differences between authentication and session cookies? In my web.config file, I set the cookieless attribute for the... -
Stefan #2
Re: Encrypt a Cookie
Hi Saeid
You can encrypt the information in the cookie with an Ecryption Library
see the link
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT10.asp[/url]
"Saeid" <saeidx@bellsouth.net> wrote in message
news:eq$tvVzeDHA.2332@TK2MSFTNGP12.phx.gbl...> Does anyone knows how to encrypt a cookie?
>
>
Stefan Guest



Reply With Quote

