This is a static demo page. You will notice that a section below has base64 encoded text. This is encrypted using RC4 with a secret that can be decrypted with a secret key (se below). The idea is that in future AD platforms can be made to support this feature to deliver the secret key (as cookie) while delivering the AD. Since all these elaborate systems are not available, this is just a proof of concept, poor man's demo!

To simulate secret key delivery, copy paste this to your address bar:

javascript:document.cookie = "kab_secret=DEADFACE123123123123123400000000; path=/";
You have to hit back button and refresh the page. Once you do this, the cookie is set forever and the page is decoded automatically. To unset cookie, type:
javascript:document.cookie = "kab_secret=; path=/";

In future, the idea is to cooperate with AD providers or some such system, so that the cookie is sent by them and you should be able to use their AD platform to configure the secret cookie itself.


RFzvookipM0eBxITNxjp+vnHRSXRD5ZCW9+iBqKqe/xxDkytYh2nq0YBqEIqFBg0wNVIcyDRkOPg 5jQENaA0fJoXLHGXUFY8/KvixWE9ohGtJiRzvR7pO3YFPqA5hH5V6r0N15a5KdrRgT68jF08r8EM zMNTnYwT3QpGgGxGszJyR4QR6AyMGaLwp6Sp/i/qgmChp0icoxw/579f7CuUXMKX1MJACeAA787s VlCs2bz11Ia5PL/uGOKu0ZvnSBRQYfowfZSrcPCWmOBeKl15cE9cWOTeYEJaL2f95zOQVVgOFFSy AC84TfjXMgkYV/nQ9xANwfYP4bidpqr3jHdTUHAiqkc9jC2PsxPQ7sSoxIRs1dIBP8J/KloTefDY aFcCzXA6VCfUhvxHVzeFtuZCQkkn3jybWHNZDnlJON/mOSmUffrsuKYKgn7p+Qu8Son94eNoMLUh WAGfXSN6KhuguM498pU4/nmTExxxLjxDoTE+lmAHfC8BxiuGnlWnsg59qezdQNDxFU3zL9YhUmLd RRNSnajlpUaGSR8/bIjgAi2v96RIRN0ZsWuubXkt5d2avdx0MlZoXv3XF4u7g2wBN474qspp2NBp wVFcQFc9INRlJT7BzPIcdMEYTZ3q1dIpRnlw1wGUBg==