Project

rgc

0.0
No commit activity in last 3 years
No release in over 3 years
rgc is a tool for encrypting certain files in a git repository.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.5
~> 1.2
~> 10.1
~> 4.1
~> 2.14

Runtime

~> 2.8
 Project Readme

rgc¶ ↑

<img src=“https://travis-ci.org/JiriChara/rgc.png?branch=master” alt=“Build Status” />

*rgc is still in development and it is not working yet. Please don’t use it in your repositories!*

rgc enables you to transparently encrypt certain files in a git repository. You can even encrypt certain values in a yaml file. Files which you choose to protect are encrypted when committed, and decrypted when checked out. This way you can freely share your git repo containing mix of public and private content. Developers without the secret key can still clone and commit to repository.

rgc was written by Jiri Chara <jirik dot chara at gmail dot com>.

Installation¶ ↑

gem install rgc

Usage¶ ↑

Get a help:

rgc help