Skip to content

Installation

Brandon edited this page Sep 1, 2020 · 11 revisions

Python 3.7 and above

On Linux run this command:

python3 -m pip install ciphey --upgrade

This will tell your default Python3 version to install Ciphey and upgrade it if it already exists.

Ciphey only supports Python3.7 and above.

Docker

docker run -it --rm remnux/ciphey

Our Docker image is maintained by REMnux. They have provided a guide on how to use it here. https://docs.remnux.org/run-tools-in-containers/remnux-containers#ciphey

Clone this wiki locally