Skip to content
#

local-storage

LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies—another alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.

localStorage data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), localStorage returns a different object than localStorage for the corresponding site loaded over HTTPS (e.g., https://example.com).

Here are 25 public repositories matching this topic...

VecRecall 是一个改进版的 AI 长期记忆系统。它基于对原版 MemPalace 的深度分析重新构建,核心设计理念是将“信息检索”与“信息组织”彻底解耦。 通过纯向量检索路径和独立的 SQLite UI 层,VecRecall 在保持灵活组织的同时,将召回率(R@5)从原版的 84% 提升至 96.6%+,为 AI Agent 提供更精准、更高效的上下文记忆支持。

  • Updated May 1, 2026
  • Python

Secure Vault is a local password manager with AES-128 encryption, PyQt5 GUI, dark mode, PDF export, password generator, master password protection, sequential ID management, import/export functionality, email/notes support, and strong security for all your credentials.

  • Updated Jan 23, 2026
  • Python

Numerous Files simplifies file storage interfaces for web applications across different environments. This package allows seamless swapping between cloud, local, and in-memory storage without code modifications, facilitated through environment variables. Ideal for developers aiming for consistency across development, testing, and production phases.

  • Updated Oct 17, 2024
  • Python
SecureDataVault

Diese Anwendung wurde entwickelt, um vertrauliche Dateien zuverlässig zu schützen - ohne Cloud-Abhängigkeiten, ohne externe Dienste und mit vollständiger Kontrolle durch den Nutzer.

  • Updated Feb 8, 2026
  • Python