I use either `git-crypt` [1] or `ansible-vault` [2].
1: https://github.com/AGWA/git-crypt
2: http://docs.ansible.com/ansible/playbooks_vault.html
Advantage of this approach is it encrypts the values individually instead of per file. This way the secrets files are git/review friendly.