I know that if you use Forms Authentication, you can set the forms attribute
protection="All" in the web.config and in that way automatically encrypt all
cookies.

But what if I do not use Forms Authentication.
Is there then an easy way to encrypt all cookie content, or do I have to
manually encrypt the content myself, before placing it in a cookie?

Thanks,
Kim