awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • filosottile/ageAvatar de FiloSottile

    FiloSottile/age

    21,369Voir sur 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
    Voir sur GitHub↗21,369
  • peazip/peazipAvatar de peazip

    peazip/PeaZip

    7,499Voir sur 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
    Voir sur GitHub↗7,499
  • papra-hq/papraAvatar de papra-hq

    papra-hq/papra

    3,838Voir sur 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
    Voir sur GitHub↗3,838
  • simolus3/driftAvatar de simolus3

    simolus3/drift

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

Explorer les sous-tags

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