TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

New Attack Against ASP.NET

2 点作者 pietrofmaggi超过 14 年前

1 comment

mgkimsal超过 14 年前
This seems to be indicating that values are encrypted in the cookie, and the issue is the AES encryption algorithm was implemented poorly.<p>Why are <i>any</i> values with any degree of sensitivity being stored in a cookie in the first place?<p>I'd argued against encrypted values being stored in cookies many years ago with some colleagues, arguing in favor of randomized values. What I kept getting back was "random isn't really random - that's insecure". I could never quite explain my point in a way they understood, which I still count as a failing on my part (but still a failure on theirs to grasp basic security stuff in the first place).<p>So... am I correct in understanding that the ASP.NET system is storing something of value via encryption in cookies? If so, what?<p>EDIT - should have read the full thing - this is the padding attack from last week. :/