Skip to content

Encrypts files using the public github keys of all users with push access to the repository

License

Notifications You must be signed in to change notification settings

KadaDev/GithubEncryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GithubEncryption

Encrypts files using the public github keys of all users with push access to the repository

Requirements

  • openssl
  • ruby
  • push access to the github repo that you wish to get collaborators from

Notes

  • Max file size is probably around 240B
  • Encrypted files are (number of keys) * 256B in size

Usage

Edit files.conf to add files that you want to encrypt.

run ruby encrypt.rb to encrypt the files

run ruby decrypt.rb to decrypt the files

About

Encrypts files using the public github keys of all users with push access to the repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages