[ bianca ]
[ 源代码: git-crypt ]
软件包:git-crypt(0.7.0-0.1 以及其他的)
Transparent file encryption in git
git-crypt enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when committed, and decrypted when checked out. git-crypt lets you freely share a repository containing a mix of public and private content. git-crypt gracefully degrades, so developers without the secret key can still clone and commit to a repository with encrypted files. This lets you store your secret material (such as keys or passwords) in the same repository as your code, without requiring you to lock down your entire repository.
其他与 git-crypt 有关的软件包
|
|
|
|
-
- dep: git (>= 1.7.2)
- fast, scalable, distributed revision control system
-
- dep: libc6 (>= 2.34) [amd64]
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.38) [arm64]
-
- dep: libgcc-s1 (>= 3.0)
- GCC support library
-
- dep: libssl3t64 (>= 3.0.0)
- Secure Sockets Layer toolkit - shared libraries
-
- dep: libstdc++6 (>= 13.1)
- GNU Standard C++ Library v3
-
- rec: gnupg
- GNU privacy guard - a free PGP replacement
-
- enh: git
- fast, scalable, distributed revision control system