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

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

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

3 个仓库

Awesome GitHub RepositoriesEncrypted Note Managers

Note management applications that encrypt all content on the device before storage or synchronization.

Distinct from Markdown Note Managers: Distinct from Markdown Note Managers: adds client-side encryption as a core requirement, not just Markdown organization.

Explore 3 awesome GitHub repositories matching business & productivity software · Encrypted Note Managers. Refine with filters or upvote what's useful.

Awesome Encrypted Note Managers GitHub Repositories

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

    zadam/trilium

    36,595在 GitHub 上查看↗

    Trilium is a hierarchical personal knowledge base and digital garden tool designed to organize information into a tree of linked nodes. It functions as a JavaScript programmable wiki and a self-hosted note server, allowing users to maintain a private database of documents synchronized across multiple devices. The platform distinguishes itself through an embedded scripting engine for automating tasks and a REST API that exposes internal data and actions to external tools. Users can further extend the system by modifying the user interface layout and styling through a custom theme engine. The

    Protects private information by applying strong encryption to individual notes.

    TypeScript
    在 GitHub 上查看↗36,595
  • laverna/lavernaLaverna 的头像

    Laverna/laverna

    9,189在 GitHub 上查看↗

    Laverna is an open-source note-taking application designed as a privacy-focused alternative to Evernote. It operates as a single-page application that runs entirely in the browser, combining Markdown editing with client-side encryption to ensure note content is encrypted on the device before it ever reaches a server or cloud storage. The application distinguishes itself through its offline-first architecture, storing notes locally using browser storage for full offline access and editing capabilities. It synchronizes notes across devices through a unified interface that connects to multiple b

    Create and organize notes with Markdown formatting while encrypting all content on your device before storage.

    JavaScriptlavernanote-takingpeer-to-peer
    在 GitHub 上查看↗9,189
  • pbek/qownnotespbek 的头像

    pbek/QOwnNotes

    5,792在 GitHub 上查看↗

    QOwnNotes is a desktop note editor that stores each note as a plain-text Markdown file on the local filesystem, avoiding proprietary formats and enabling direct file access. It functions as a Nextcloud Notes client, syncing notes and metadata with Nextcloud or ownCloud servers through a companion API service for versioning and sharing. The application also integrates with AI providers and exposes a local MCP server for external agents to search and fetch notes, and includes a companion browser extension for capturing web content, bookmarks, and screenshots. The editor distinguishes itself thr

    Encrypts note content using AES-256-CBC with PBKDF2 key derivation and stores it in a portable envelope format.

    C++
    在 GitHub 上查看↗5,792
  1. Home
  2. Business & Productivity Software
  3. Markdown Note Managers
  4. Encrypted Note Managers

探索子标签

  • AES-256 Note EncryptorsEncrypting individual note content using AES-256-CBC with PBKDF2 key derivation in a portable envelope format. **Distinct from Encrypted Note Managers:** Distinct from Encrypted Note Managers: focuses on per-note AES-256 encryption with PBKDF2, not full-database or device-level encryption.