Hacker News new | ask | show | jobs
by Cheezmeister 1898 days ago
> 'encryption' of said cookie...It was base64 encoding.

Made me chuckle.

1 comments

I never figured out what thought process led to them considering base64 a security feature. I mean, I could tell just by looking at the cookie it was base64, but I expected that meant they'd encrypted it and then base64 encoded the result. But no. It made me treat every bit of code I was handed with extreme caution.