A tool that can enable you to lookup whether a private key is used for things like TLS or as a GitHub SSH key for a user.
A tool that can enable you to lookup whether a private key is used for things like TLS or as a GitHub SSH key for a user. driftwood performs lookups with the computed public key, so the private key never leaves where you run the tool. Additionally it supports some basic password cracking for encrypted keys.
A tool that can enable you to lookup whether a private key is used for things like TLS or as a GitHub SSH key for a user. driftwood performs lookups with the computed public key, so the private key never leaves where you run the tool. Additionally it supports some basic password cracking for encrypted keys.
To install driftwood, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install driftwood
To see what files were installed by driftwood, run:
port contents driftwood
To later upgrade driftwood, run:
sudo port selfupdate && sudo port upgrade driftwood
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.