slack-desc 1.2 KB

1234567891011121314151617181920
  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description.
  3. # Line up the first '|' above the ':' following the base package name, and
  4. # the '|' on the right side marks the last column you can put a character in.
  5. # You must make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':' except on otherwise blank lines.
  7. |-----handy-ruler------------------------------------------------------|
  8. git-crypt: git-crypt (transparent file encryption in git)
  9. git-crypt:
  10. git-crypt: git-crypt enables transparent encryption and decryption of files in a
  11. git-crypt: a git repository. Files which you choose to protect are encrypted
  12. git-crypt: when committed, and decrypted when checked out. git-crypt lets you
  13. git-crypt: freely share a repository containing a mix of public and private
  14. git-crypt: content. git-crypt gracefully degrades, so developers without the
  15. git-crypt: secret key can still clone and commit to a repository with encrypted
  16. git-crypt: files. This lets you store your secret material (such as keys or
  17. git-crypt: passwords) in the same repository as your code, without requiring you
  18. git-crypt: to lock down your entire repository