Safely store secrets in git/hg/svn repos using GPG encryption
Storing secrets such as passwords, certificates and private keys in Git/Mercurial/SubVersion is dangerous. Blackbox makes it easy to store secrets safely using GPG encryption. They can be easily decrypted for editing or use in production.
Storing secrets such as passwords, certificates and private keys in Git/Mercurial/SubVersion is dangerous. Blackbox makes it easy to store secrets safely using GPG encryption. They can be easily decrypted for editing or use in production.
To install vcs_blackbox, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install vcs_blackbox
To see what files were installed by vcs_blackbox, run:
port contents vcs_blackbox
To later upgrade vcs_blackbox, run:
sudo port selfupdate && sudo port upgrade vcs_blackbox
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.