awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesSecure Session Buffers

Encrypted storage for session content that uses signatures and timestamps to ensure authenticity.

Distinct from Session Storage: Focuses on the cryptographic security of the stored session data rather than just temporary page session storage.

Explore 2 awesome GitHub repositories matching data & databases · Secure Session Buffers. Refine with filters or upvote what's useful.

Awesome Secure Session Buffers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nanmicoder/crawlertutorialNanmiCoder 的头像

    NanmiCoder/CrawlerTutorial

    4,262在 GitHub 上查看↗

    CrawlerTutorial 是一个全面的 Python 网络爬虫教程和框架,旨在从静态和动态网站中提取数据。它作为一个网络数据提取管道和 HTTP 请求编排器,涵盖了从初始获取到最终数据存储的爬虫应用程序全生命周期。 该项目提供了关于反机器人绕过技术和 Web API 逆向工程的专业指导。它包括通过身份掩码和代理轮换规避浏览器检测的方法,以及通过分析网络流量和请求签名识别隐藏 API 端点的技术。 该框架包含广泛的功能,包括针对 JavaScript 重度页面的浏览器自动化、通过 QR 码或短信的自动用户身份验证以及会话持久性管理。它还具有用于清理原始文本、删除重复记录并将收集到的信息持久化到平面文件或关系数据库中的数据预处理工具。

    Protects sensitive session credentials using encryption and environment variables instead of hardcoded values.

    Python
    在 GitHub 上查看↗4,262
  • jedisct1/piknikjedisct1 的头像

    jedisct1/piknik

    2,510在 GitHub 上查看↗

    Piknik is an encrypted clipboard relay and multiplexer that coordinates the sharing of text, binary data, and shell content across multiple network hosts. It utilizes a centralized relay architecture to manage secure client connections, providing an end-to-end encrypted system for synchronizing session state and data streams. The project distinguishes itself through the use of multi-stage key derivation and API key access control to secure remote shell access. It employs end-to-end encryption and digital signatures to protect relayed content, ensuring that data is encrypted at the source befo

    Saves encrypted session content with signatures and timestamps to ensure integrity during retrieval.

    Goclipboardcopycrypto
    在 GitHub 上查看↗2,510
  1. Home
  2. Data & Databases
  3. Data Engineering and Infrastructure
  4. Data Persistence and Storage
  5. Data Storage
  6. Session Storage Synchronization
  7. Session Storage
  8. Secure Session Buffers