logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Encrypt Files - Control Git Crypt Encryption | Online Free DevTools by Hexmos

Encrypt files with YADMan Git Crypt and manage file encryption in git repositories. Secure sensitive data using GPG. Free online tool, no registration required.

yadm-git-crypt

Git Crypt enables transparent encryption and decryption of files in a git repository. See also: git-crypt. More information: https://github.com/AGWA/git-crypt.

  • Initialize repo to use Git Crypt:

yadm git-crypt init

  • Share the repository using GPG:

yadm git-crypt add-gpg-user {{user_id}}

  • After cloning a repository with encrypted files, unlock them:

yadm git-crypt unlock

  • Export a symmetric secret key:

yadm git-crypt export-key {{path/to/key_file}}

See Also