awesome-repositories.com

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

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

4 مستودعات

Awesome GitHub RepositoriesEncryption Tools

Software for securing files and data through cryptographic methods.

Distinguishing note: Focuses on end-user file security rather than network or system-level cryptography.

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

Awesome Encryption Tools GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • filosottile/ageالصورة الرمزية لـ FiloSottile

    FiloSottile/age

    21,369عرض على GitHub↗

    Age is a command-line utility for file encryption that utilizes hybrid cryptography to secure data for multiple recipients. It employs a combination of asymmetric key exchange and symmetric encryption to protect files, supporting access control through public keys, shared passphrases, and hardware-backed identity integration. The tool is designed for memory-efficient operation, utilizing stream-oriented processing to handle large datasets in small, sequential chunks. It features a stanza-based metadata framing system that allows for extensible file headers and supports random-access decryptio

    Provides a command-line utility for encrypting and decrypting files using modern elliptic curve cryptography.

    Goage-encryptionbuilt-at-rc
    عرض على GitHub↗21,369
  • peazip/peazipالصورة الرمزية لـ peazip

    peazip/PeaZip

    7,499عرض على GitHub↗

    PeaZip is a cross-platform archive manager and file compression utility. It functions as a tool for compressing, extracting, and managing files across various formats, including 7Z, ZIP, RAR, and TAR. The project includes a specialized archive format converter for adjusting compatibility and compression levels, and a file integrity verifier for calculating checksums and hashes. It provides security tools for protecting data via authenticated encryption and passwords, as well as secure file deletion to permanently erase data from disk space. The application covers a broad range of capabilitie

    Provides a suite of tools for securing files through authenticated encryption, password-protected archives, and secure deletion.

    Pascal
    عرض على GitHub↗7,499
  • papra-hq/papraالصورة الرمزية لـ papra-hq

    papra-hq/papra

    3,838عرض على GitHub↗

    Papra is a self-hosted document management system designed for digital archiving, organization, and retrieval. It serves as a centralized platform for storing files with a focus on security, providing an encrypted file archive using AES-256-GCM and a programmatic interface for managing documents and metadata via a REST API, SDK, and command line tools. The system distinguishes itself through an automated document ingestion engine that imports files via email forwarding, monitored folders, and webhook listeners. It further enhances discoverability by acting as an OCR document indexer, extracti

    Provides an automated maintenance process to convert unencrypted files into an encrypted format.

    TypeScriptapparchivedocument
    عرض على GitHub↗3,838
  • simolus3/driftالصورة الرمزية لـ simolus3

    simolus3/drift

    3,231عرض على GitHub↗

    Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries

    Provides the ability to convert an unencrypted database into an encrypted one using a temporary copy and rekey operation.

    Dartdartdart-build-systemflutter
    عرض على GitHub↗3,231
  1. Home
  2. Security & Cryptography
  3. Encryption Tools

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

  • Encryption MigrationsTools for converting data between different encryption formats or states. **Distinct from Encryption Tools:** Distinct from Encryption Tools: specifically covers the process of migrating existing data from unencrypted to encrypted states.