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
·

1 dépôt

Awesome GitHub RepositoriesEncrypted Difference Viewers

Utilities that decrypt files on the fly to visualize changes between versions without persistent plaintext storage.

Distinct from On-the-Fly Decryption: Focuses on visualizing differences (diffs) rather than just in-memory inspection for reading.

Explore 1 awesome GitHub repository matching data & databases · Encrypted Difference Viewers. Refine with filters or upvote what's useful.

Awesome Encrypted Difference Viewers 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.
  • sobolevn/git-secretAvatar de sobolevn

    sobolevn/git-secret

    4,023Voir sur GitHub↗

    git-secret is a command line tool and Bash encryption utility used to manage sensitive configuration files and passwords within Git repositories. It enables version controlled secret storage by encrypting files with GPG public keys, ensuring that sensitive data can be committed to a repository without exposing plaintext. The tool utilizes a PGP encryption workflow to control access through a managed keyring of authorized public keys. This allows for the granting and revocation of decryption permissions for specific users. To prevent accidental data leaks, it automatically integrates with Git

    Provides the ability to visualize differences between encrypted files by decrypting them on the fly.

    Shellencryptiongitgit-addons
    Voir sur GitHub↗4,023
  1. Home
  2. Data & Databases
  3. In-Memory Data Stores
  4. Memory-Isolated Decryption
  5. Encrypted Difference Viewers