Pure python implementation of DES and TRIPLE DES encryption algorithm
This algorithm is a pure python implementation of the DES and Triple DES algorithms. Triple DES is either DES-EDE3 with a 24 byte key, or DES-EDE2 with a 16 byte key.
This algorithm is a pure python implementation of the DES and Triple DES algorithms. Triple DES is either DES-EDE3 with a 24 byte key, or DES-EDE2 with a 16 byte key.
To install py39-des, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-des
To see what files were installed by py39-des, run:
port contents py39-des
To later upgrade py39-des, run:
sudo port selfupdate && sudo port upgrade py39-des
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.