awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 مستودعات

Awesome GitHub RepositoriesFull Disk Encryption

Technologies for encrypting entire storage volumes to prevent unauthorized access without authentication.

Distinguishing note: Candidates focus on installation or internals; this is specifically about the encryption of disk data for security

Explore 13 awesome GitHub repositories matching security & cryptography · Full Disk Encryption. Refine with filters or upvote what's useful.

Awesome Full Disk Encryption GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • drduh/macos-security-and-privacy-guideالصورة الرمزية لـ drduh

    drduh/macOS-Security-and-Privacy-Guide

    22,449عرض على GitHub↗

    This project is a security hardening guide and privacy configuration manual for macOS. It provides a comprehensive set of instructions for configuring system settings to improve privacy, reduce the attack surface, and implement a malware defense framework. The guide covers technical methods for validating software notarization, verifying application sandboxing, and auditing system activity. It distinguishes itself by providing detailed workflows for restricting high-risk features and applying advanced security configurations to protect the operating system. The documentation covers several k

    Configures disk encryption to require passwords for drive access and prevent unauthorized booting.

    appledisk-encryptiondnscrypt-proxy
    عرض على GitHub↗22,449
  • greenrobot/greendaoالصورة الرمزية لـ greenrobot

    greenrobot/greenDAO

    12,590عرض على GitHub↗

    greenDAO is an object-relational mapping library for Android that maps Java objects to SQLite databases. It provides infrastructure for high-performance data persistence by translating data objects into database records and vice versa. The library implements a type-safe query builder for retrieving records across multiple entities using joins and relationship chaining. It also includes a security layer that provides full-disk encryption for the SQLite database to prevent unauthorized access to stored information. The system utilizes compile-time code generation to create mapping classes, avo

    Provides full-disk encryption for the SQLite database by encrypting all pages before writing to disk.

    Java
    عرض على GitHub↗12,590
  • realm/realm-javaالصورة الرمزية لـ realm

    realm/realm-java

    11,464عرض على GitHub↗

    Realm Java is a NoSQL mobile object database and reactive database engine. It provides a persistent local data store that saves native objects directly to disk, replacing traditional SQL storage and object-relational mapping layers. The system functions as a real-time data synchronizer, coordinating local database changes with a cloud backend across multiple devices. It integrates a reactive engine that uses change listeners and asynchronous event streams to automatically update user interfaces when underlying data changes. The project covers object-oriented data modeling, CRUD operations, a

    Secures stored data at rest by encrypting individual database file pages using hardware-optimized encryption.

    Java
    عرض على GitHub↗11,464
  • lissy93/awesome-privacyالصورة الرمزية لـ Lissy93

    Lissy93/awesome-privacy

    9,500عرض على GitHub↗

    This project is a curated directory and catalog of privacy-respecting software and security-focused services. It serves as a structured resource for finding alternatives to corporate services, focusing on tools that prioritize data sovereignty, end-to-end encryption, and user anonymity. The directory is maintained as a markdown-based resource list and rendered via a static site generator. It further extends its utility through a CORS-enabled public API and a JSON-based data schema, allowing the curated catalog of tools and providers to be retrieved programmatically. The collection covers a w

    Catalogs technologies for encrypting entire storage volumes or individual files to prevent unauthorized access.

    Astro
    عرض على GitHub↗9,500
  • veracrypt/veracryptالصورة الرمزية لـ veracrypt

    veracrypt/VeraCrypt

    9,220عرض على GitHub↗

    VeraCrypt is a cross-platform disk encryption utility used to create encrypted file containers and secure entire disk partitions. It functions as a tool for full disk encryption and a manager for encrypted volumes, providing a means to protect sensitive data on local disks and removable media across multiple operating systems. The software is distinguished by its support for plausible deniability, allowing the creation of hidden volumes nested within other encrypted volumes to conceal the existence of data. It also implements hardware-based access control, requiring physical security tokens,

    Provides full disk encryption for entire operating system partitions to prevent unauthorized access during boot.

    Cencryptionencryption-algorithmsencryption-decryption
    عرض على GitHub↗9,220
  • missing-semester-cn/missing-semester-cn.github.ioالصورة الرمزية لـ missing-semester-cn

    missing-semester-cn/missing-semester-cn.github.io

    7,311عرض على GitHub↗

    This is an open-source educational website that translates and localizes MIT's Missing Semester course, teaching practical computing skills for computer science students. The curriculum covers developer tooling, shell scripting, version control, security fundamentals, and open-source collaboration, with a focus on core computing skills including data processing pipelines, workflow automation, secure remote access, shell productivity, Vim editing, and Git version control. The project distinguishes itself by teaching command-line mastery, shell scripting, and automation to boost daily developer

    Teaches full disk encryption to protect data on lost devices.

    Markdown
    عرض على GitHub↗7,311
  • sqlcipher/sqlcipherالصورة الرمزية لـ sqlcipher

    sqlcipher/sqlcipher

    7,173عرض على GitHub↗

    SQLCipher is an encrypted SQLite database engine and secure relational database that provides transparent AES-256 encryption for database files and stored data. It functions as a cryptographic storage engine that requires a passphrase or binary key to unlock and access content. The engine ensures data confidentiality through page-level encryption and protects data integrity using cryptographic hashes to detect unauthorized modifications. It includes capabilities for encryption key rotation to update passphrases and secure memory locking to prevent sensitive keys from being swapped from RAM to

    Provides transparent AES-256 encryption of individual database pages to ensure data is unreadable without the key.

    C
    عرض على GitHub↗7,173
  • tryghost/node-sqlite3الصورة الرمزية لـ TryGhost

    TryGhost/node-sqlite3

    6,417عرض على GitHub↗

    node-sqlite3 is a relational database client and a set of native bindings that allow Node.js applications to interact with SQLite databases. It functions as a C++ native addon, linking JavaScript to the SQLite C library to manage data stored in local files or in-memory stores. The project includes optional support for SQLCipher, enabling page-level encryption to secure local database files. The driver covers a wide range of database management capabilities, including executing SQL queries with parameter binding, managing connections to database files, and preparing statements for repeated ex

    Provides transparent page-level encryption for database files through optional SQLCipher linking.

    PLpgSQL
    عرض على GitHub↗6,417
  • crytic/slitherالصورة الرمزية لـ crytic

    crytic/slither

    6,141عرض على GitHub↗

    Trail of Bits exploits vulnerabilities in confidential computing systems using LUKS2 disk encryption to extract data and modify disk contents.

    Pythonethereumsoliditystatic-analysis
    عرض على GitHub↗6,141
  • fleetdm/fleetالصورة الرمزية لـ fleetdm

    fleetdm/fleet

    6,058عرض على GitHub↗

    Fleet is an open-source device management platform that provides centralized control over computing devices running macOS, Linux, Windows, Chromebooks, iOS, and Android. It enables organizations to enroll devices, collect real-time telemetry, enforce security compliance policies, and manage software remotely from a single system. The platform can be deployed as a single binary, run locally for testing, or scaled horizontally across cloud infrastructure on AWS, Kubernetes, GCP, or Render, with support for high availability through database replication and load balancing. The platform distingui

    Enforces disk encryption on managed devices and reports compliance status.

    Gobinary-authorizationconfiguration-managementdevice-management
    عرض على GitHub↗6,058
  • lfit/itpolالصورة الرمزية لـ lfit

    lfit/itpol

    4,891عرض على GitHub↗

    itpol is a framework for cryptographic key management, digital signature policies, and security hardening. It provides an IT policy template library and infrastructure access frameworks to establish organizational security guidelines and governance. The project focuses on cryptographic identity management through the use of PGP and SSH keys, alongside a security hardening guide for workstations. It defines standards for software supply chain security, specifically regarding the signing of code commits and software releases to ensure provenance. The system covers a broad range of security cap

    Specifies requirements for encrypting full disks and swap partitions to protect data at rest.

    عرض على GitHub↗4,891
  • h2database/h2databaseالصورة الرمزية لـ h2database

    h2database/h2database

    4,607عرض على GitHub↗

    H2 is a JDBC-compliant relational database management system written in Java. It functions as an embeddable SQL database that can run directly within an application process to remove network latency, or as an in-memory database for high-performance volatile storage. It also includes a web-based console for executing SQL commands and administering schemas. The system is characterized by its flexible deployment modes, including a standalone server mode for remote TCP/IP access and a mixed mode for simultaneous local and remote connectivity. It features a dialect emulation layer and compatibilit

    Protects data at rest by encrypting database pages using AES-128 and SHA-256.

    Javadatabasejavajdbc
    عرض على GitHub↗4,607
  • nix-community/diskoالصورة الرمزية لـ nix-community

    nix-community/disko

    2,866عرض على GitHub↗

    Disko is a declarative configuration system for managing Linux disk partitioning, filesystem formatting, and LUKS encryption setup. It functions as a disk provisioner that allows users to define disk layouts and mount points through configuration files rather than manual commands. The project focuses on providing reproducible system installations by defining storage provisioning as code. It specifically automates the creation of partition tables, the setup of encrypted storage containers, and the configuration of filesystem layouts for NixOS systems. The toolset includes a command-line inter

    Automates the setup of encrypted storage containers and LUKS volumes during initial system deployment.

    Nixbuild-with-buildbotflakesnix
    عرض على GitHub↗2,866
  1. Home
  2. Security & Cryptography
  3. Full Disk Encryption

استكشف الوسوم الفرعية

  • Database Page EncryptionEncryption of individual database pages to secure structured data at rest. **Distinct from Full Disk Encryption:** Focuses on encrypting database file pages specifically, rather than an entire OS storage volume.
  • Vulnerability ExploitationTechniques for exploiting weaknesses in full disk encryption implementations to extract or modify protected data. **Distinct from Full Disk Encryption:** Distinct from Full Disk Encryption: covers active exploitation of encryption flaws rather than the encryption technology itself.