high-level encryption python module building upon py-crypto
ezPyCrypto is a high-level encryption library for Python that makes your job of securing data easy and effortless. As a reaction to some other crypto libraries, which can be painfully complex to understand and use, ezPyCrypto has been designed from the ground up for absolute ease of use, without compromising security.
ezPyCrypto is a high-level encryption library for Python that makes your job of securing data easy and effortless. As a reaction to some other crypto libraries, which can be painfully complex to understand and use, ezPyCrypto has been designed from the ground up for absolute ease of use, without compromising security.
To install py27-ezpycrypto, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-ezpycrypto
To see what files were installed by py27-ezpycrypto, run:
port contents py27-ezpycrypto
To later upgrade py27-ezpycrypto, run:
sudo port selfupdate && sudo port upgrade py27-ezpycrypto
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.