Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes
Ciphey aims to be a tool to automate a lot of decryptions & decodings such as multiple base encodings, classical ciphers, hashes or more advanced cryptography. If you don't know much about cryptography, or you want to quickly check the ciphertext before working on it yourself, Ciphey is for you.
Ciphey aims to be a tool to automate a lot of decryptions & decodings such as multiple base encodings, classical ciphers, hashes or more advanced cryptography. If you don't know much about cryptography, or you want to quickly check the ciphertext before working on it yourself, Ciphey is for you.
To install ciphey, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ciphey
To see what files were installed by ciphey, run:
port contents ciphey
To later upgrade ciphey, run:
sudo port selfupdate && sudo port upgrade ciphey
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.