检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Using git-crypt to Transmit Sensitive Data on the Git Client About git-crypt git-crypt is a third-party open-source software that can transparently encrypt and decrypt files in the Git repository. It can be used to encrypt and store specified files and file types.
Obtain encryption key: SFS reads the stored encryption key from KMS to encrypt code data. Write with encryption: Use the encryption key to encrypt the code data and store the encrypted data to SFS.
It can encrypt and store specified files and file types. Developers can store encrypted files (such as confidential information or sensitive data) and shared code in the same repository and pull and push them like in a common repository.