FormsAuthentication.Encrypt and SSL

From: Gawel (gawelek_at_SPAM_NO_NON_NOgazeta.pl)
Date: 07/27/04


Date: Tue, 27 Jul 2004 11:05:45 +0200

Hajo,
in book about security in ASP.NET I read that
if I use Form authentication and need to make its
data secure then I need to use SSL for all pages, not only for
e.g. login page. It is interesting because form ticket is encrypted with
FormsAuthentication.Encrypt and it seems that there is no need
for additional ssl usage. Am I right ?

Gawel