crypto
Git - share secrets
Abstract In some cases you want to securely share secrets with other teammates. Furthermore you want to have a history of those secrets. For this purpose Git crypt helps you to handle secrets within your git repository. git-crypt enables transparent encryption and decryption of files in a git …