blah blah blah is here! blah blah » Close

1
votes
5 answers

How safe is the asp.net authentication token? Can it be hacked?

Rick_A
761

When using forms authentication, it generates a ticket that is stored in a cookie on the clients web browser. This ticket also has the userID or username of the currently logged in user, all encrypted ofcourse. How easy/hard is it to de ...

Feedback