very small, very simple, yet very secure encryption tool
picocrypt-ng is a very small, very simple, yet very secure encryption tool that you can use to protect your files. It's designed to be the go-to tool for file encryption, with a focus on security, simplicity, and reliability. picocrypt-ng uses the secure XChaCha20 cipher and the Argon2id key derivation function to provide a high level of security.
picocrypt-ng is a very small, very simple, yet very secure encryption tool that you can use to protect your files. It's designed to be the go-to tool for file encryption, with a focus on security, simplicity, and reliability. picocrypt-ng uses the secure XChaCha20 cipher and the Argon2id key derivation function to provide a high level of security.
To install picocrypt-ng, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install picocrypt-ng
To see what files were installed by picocrypt-ng, run:
port contents picocrypt-ng
To later upgrade picocrypt-ng, run:
sudo port selfupdate && sudo port upgrade picocrypt-ng
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.