A library to handle Portable Symmetric Key Container (PSKC) files
A Python module to handle Portable Symmetric Key Container (PSKC) files as defined in RFC 6030. PSKC files are used to transport and provision symmetric keys and key meta data (seed files) to different types of crypto modules, commonly one-time password systems or other authentication devices.
A Python module to handle Portable Symmetric Key Container (PSKC) files as defined in RFC 6030. PSKC files are used to transport and provision symmetric keys and key meta data (seed files) to different types of crypto modules, commonly one-time password systems or other authentication devices.
To install py312-pskc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-pskc
To see what files were installed by py312-pskc, run:
port contents py312-pskc
To later upgrade py312-pskc, run:
sudo port selfupdate && sudo port upgrade py312-pskc
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.