Provides a common interface to HMAC functionality.
This module provides common interface to HMAC functionality. HMAC is a kind of Message Authentication Code (MAC) algorithm whose standard is documented in RFC2104. Namely, a MAC provides a way to check the integrity of information transmitted over or stored in an unreliable medium, based on a secret key.
This module provides common interface to HMAC functionality. HMAC is a kind of Message Authentication Code (MAC) algorithm whose standard is documented in RFC2104. Namely, a MAC provides a way to check the integrity of information transmitted over or stored in an unreliable medium, based on a secret key.
To install rb-hmac, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-hmac
To see what files were installed by rb-hmac, run:
port contents rb-hmac
To later upgrade rb-hmac, run:
sudo port selfupdate && sudo port upgrade rb-hmac
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.