2 repositorios
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.
CrawlerTutorial is a comprehensive Python web scraping tutorial and framework designed for extracting data from static and dynamic websites. It functions as a web data extraction pipeline and an HTTP request orchestrator, covering the full lifecycle of scraping applications from initial fetching to final data storage. The project provides specialized guidance on anti-bot bypass techniques and web API reverse engineering. It includes methods for evading browser detection through identity masking and proxy rotation, as well as techniques for identifying hidden API endpoints by analyzing network
Protects sensitive session credentials using encryption and environment variables instead of hardcoded values.
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.