Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 709 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 709 Bytes

GO-GIT-CRYPT

Build Status GoDoc

A Go-flavored attempt to reimplement the git-crypt algorithm in native Go. Primary focus is on providing decryption and key-handling functionality.

WARNING: Until version 0.1 is tagged, the API is subject to arbitrary change.

Features

  • Decryption
  • Parsing/interpretation of .gitattributes
  • Encryption
  • GPG keys - Add to repository
  • GPG keys - Remove from repository
  • New repository initialization