gpt4 book ai didi

javascript - IndexedDB 与 Cookie 安全性

转载 作者:行者123 更新时间:2023-12-04 01:21:58 25 4
gpt4 key购买 nike

如您所知,IndexedDB 和 Cookie 都用于 Web 浏览器上的持久存储。

Cookie相关的安全任务有几个方面,即Session FixationSession Hijacking .攻击者经常使用以下方法来实现这些。

  • Cross-site Scripting (XSS)
  • Cross-site Request Forgery (CSRF)
  • Man in the Middle (MitM)

  • 我一直在做一些关于 IndexedDB 安全性的研究。但是,关于这些东西的文档并不多。

    我的问题是:
  • 当我使用 IndexedDB 而不是 cookie 时,我会面临同样的安全任务吗?为什么?
  • 如何使 IndexedDB 更安全?
  • 最佳答案

    When I use IndexedDB intead of cookie, will I face the same security tasks? Why?



    考虑到 cookie 与请求一起发送到服务器,而 IndexedDB 仅在页面加载后才被读取。

    如果您确实找到了一些资源,其中比我更有知识的人讨论了您提出的问题,请在此处回复。

    关于javascript - IndexedDB 与 Cookie 安全性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28524262/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com