PassGAN
PassGAN copied to clipboard
A Deep Learning Approach for Password Guessing (https://arxiv.org/abs/1709.00440)
Hi. Trying this code in Python 3.9 (Window 10 build 1904), but I think the code is probably for Python 2.x as I am getting a lot of errors: PS...
After hashes.org went down, the members of the community created HashMob.net to take its place as collaboration platform. It integrates a vast majority of the leaks that hashes.org had.
Hi, I have some questions: - Is the data encoded as onehot representation for each character of the password? - How do you enforce the generator to return onehot encoded...
I unpacked the "LinkedIn leak" archive into the "/data" directory and renamed it to train.txt. Launched with the following command: `python2 train.py --output-dir output --training-data data/train.txt` And throws the following...
Windows 10 64 Bit Python 3.6.5 64 bit grabbed all requirements except tensorflor 1.5.0 because pip couldn't find 1.4.1 for some reason Wanted to train the GAN using the linkedin...
Hi Brannon why in application work only one thread? if detach this thread in strace, see many messages 'futex_wait_bitset_private futex_clock_realtime connection timed out' My system: ` 00:1e.0 VGA compatible controller:...
root@07d198dcd43f:/notebooks# tail /mnt/passgan/samples/samples_172900.txt ``` Baugedd*76 ashas#1``` r.macj```` AvirTAbN`` dice@35``` Salderr65` Ml4pann``` Ep044j8``` s?j009```` koph@9306` ```
Pls add configurable Auto Save Chekpoint --checpoint 1000000 (every milion pass). Update requirements for last python 3.11. Add gui. Add auto detect dictionary list encoding and add support csv files.
https://github.com/brannondorsey/PassGAN/blob/5eeca016908d3ecc7a78a2d2b66154cb61d19f44/utils.py#L70
Does this work with Win 7? Thanks