Skip to content

drummachina/treasury

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sensitive_file

This file is encripted by Transcrypt - A script to configure transparent encryption of sensitive files stored in a Git repository.

  1. In order to read sensitive_file, configure your repo with Transcrypt. Start by cloning Transcrypt repo next to drummachina/treasury repo.
$ git clone https://github.com/elasticdog/transcrypt.git
$ cd transcrypt/
$ sudo ln -s ${PWD}/transcrypt /usr/local/bin/transcrypt
  1. Now, in treasury check if transcrypt is working and detecting sensitive_file:
$ cd treasury
$ transcrypt --list
sensitive_file
  1. Initialize a clone of a configured repository
transcrypt -c aes-256-cbc -p '<secret_password>'
  1. Now, your sensitive_file should be decrypted.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published