awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • filosottile/ageAvatar von FiloSottile

    FiloSottile/age

    21,369Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗21,369
  • peazip/peazipAvatar von peazip

    peazip/PeaZip

    7,499Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,499
  • papra-hq/papraAvatar von papra-hq

    papra-hq/papra

    3,838Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,838
  • simolus3/driftAvatar von simolus3

    simolus3/drift

    3,231Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,231
  1. Home
  2. Security & Cryptography
  3. Encryption Tools

Unter-Tags erkunden

  • 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.