Skip to content

lupaxa-security-toolbox/git-crypt-manager-demo

Repository files navigation

Project Logo

The Lupaxa Security Toolbox
Part of The Lupaxa Project

Secure Demo Repository

This repository is protected using GCM — Git-Crypt Manager.

All sensitive files in this repository are encrypted at rest using git-crypt. Only approved users with properly trusted GPG keys can decrypt and modify protected content.

  • Public project metadata and documentation remain readable
  • Source code and configuration files are encrypted
  • Access changes are tracked in secure logs

🔑 Access Requirements

To decrypt this repository, you must:

  1. Have your GPG key added via:
gcm add-users
  1. Have imported and trusted your private key locally:
gpg --import <private-key.asc>
gpg --edit-key <KEYID>
trust   # select "Full trust"
quit
  1. Unlock encryption:
git-crypt unlock

If your key is not approved, encrypted files will appear as binary gibberish.

 

© The Lupaxa Project.
Where exploration meets precision.
Where the untamed meets the engineered.

Releases

No releases published

Packages

No packages published