November 2019
Intermediate to advanced
346 pages
9h 36m
English
In preparation for this recipe, perform the following steps:
git clone https://github.com/emmanueltsukerman/PassGAN.git
curl -L -o data/train.txt https://github.com/brannondorsey/PassGAN/releases/download/data/rockyou-train.txt
You should see something like the following when running the password dataset:

In addition, this recipe requires CUDA 8 to be preinstalled. The required pip packages can be installed by running the following command: ...