A slightly reduced strength bulk encryption. In exchange for the reduced strength, you get the ability to rsync the encrypted files, so that local changes in the plaintext file will result in (relatively) local changes to the cyphertext file.
A slightly reduced strength bulk encryption. In exchange for the reduced strength, you get the ability to rsync the encrypted files, so that local changes in the plaintext file will result in (relatively) local changes to the cyphertext file.
To install rsyncrypto, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rsyncrypto
To see what files were installed by rsyncrypto, run:
port contents rsyncrypto
To later upgrade rsyncrypto, run:
sudo port selfupdate && sudo port upgrade rsyncrypto
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.