cookies.sqlite 在 Firefox 3.6 及更高版本上加密吗?

发布于 2024-10-20 18:05:33 字数 427 浏览 1 评论 0原文

可能的重复:
访问 firefox cookies.sqlite 错误[已解决]

我刚刚下载了 Firefox 3.6。我有一个 Python 脚本可以读取 cookies.sqlite DB,但在 Firefox 3.6 中它无法工作。它一直告诉我数据库已加密。我卸载了 Firefox,然后找到了 3.5 版本并安装了它。现在我可以访问cookies.sqlite。我在 Python 中使用 sqlite3。
有谁知道是否可以从 Firefox 外部访问加密的 cookies.sqlite?

Possible Duplicate:
Accessing firefox cookies.sqlite Error [Solved]

I just downloaded Firefox 3.6. I have a Python script that reads my cookies.sqlite DB but it would not work after with Firefox 3.6. It kept telling me the database was encrypted. I uninstalled Firefox then found version 3.5 and installed that. Now I can access cookies.sqlite. I am using sqlite3 in Python.
Does anyone know if you can access the encrypted cookies.sqlite from outside of Firefox?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伤痕我心 2024-10-27 18:05:33

该文件未加密,但从 Firefox 3.6 开始使用独占锁打开。我怀疑 python 告诉你为什么它无法打开数据库文件的原因是错误的,但是 Firefox 附带的 SQLite 版本没有加密模块。

The file isn't encrypted, but it is opened with an exclusive lock as of Firefox 3.6. I suspect python is telling you the wrong reason as to why it cannot open the database file, but the version of SQLite that Firefox ships with does not have the encryption module.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文