Sometimes you want to store some secrets in your git repository. It is a good practice to have them encrypted if stored externally (publicly). There are dedicated solutions such as git-secret or git-crypt. However, you can also achieve similar result with the openssl tool, which is quite often already preinstalled on your host.