tensorflow-1.4-billion-password-analysis icon indicating copy to clipboard operation
tensorflow-1.4-billion-password-analysis copied to clipboard

Publish results of the analysis

Open fschwebel opened this issue 7 years ago • 10 comments

The code is interesting but just a mean. Did you achieve the objective mentioned? Did you publish some results?

fschwebel avatar Jan 26 '18 14:01 fschwebel

@fschwebel still working on it!

philipperemy avatar Feb 01 '18 13:02 philipperemy

Just for info, I'll push soon the first model.

You can see the progress here: https://github.com/philipperemy/tensorflow-1.4-billion-password-analysis/tree/model

philipperemy avatar Mar 15 '18 14:03 philipperemy

Can you share your trained model, please?

denemmy avatar Mar 31 '18 07:03 denemmy

Hello @philipperemy , did you get any updates for the results after working for this?

huan avatar Nov 02 '18 12:11 huan

@philipperemy very cool project! Is this something you are still working on or have you moved to something else?

clintonm9 avatar Apr 24 '19 05:04 clintonm9

@clintonm9 its still in my list and I would love to continue working on it but at the moment Im busy with other projects..

philipperemy avatar May 08 '19 08:05 philipperemy

Dear friend, I tried to run this project... and I get some errors (running not in virtual env); these are:

./process_and_train.sh . Remove --max_num_files to process the entire dataset (few hours of processing in total). Traceback (most recent call last): File "run_data_processing.py", line 101, in run() File "run_data_processing.py", line 97, in run on_file_read_call_back_class=ReducePasswordsOnSimilarEmailsCallback) File "/home/agtejeo/Documentos/br/tensor/utils.py", line 38, in process all_filenames = glob(breach_compilation_folder + '/**/*', recursive=True) TypeError: glob() got an unexpected keyword argument 'recursive' Traceback (most recent call last): File "run_encoding.py", line 6, in from data_gen import LazyDataLoader, build_vocabulary, get_chars_and_ctable File "/home/agtejeo/Documentos/br/tensor/data_gen.py", line 53 SyntaxError: Non-ASCII character '\xef' in file /home/agtejeo/Documentos/br/tensor/data_gen.py on line 53, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details File "train_model.py", line 218 print('guess :', guess, end=' ') ^ SyntaxError: invalid syntax

any suggestion?

agtejeo avatar May 23 '19 14:05 agtejeo

@agtejeo I don't think recursive=True was added to glob until version 3.5 of Python. What version of Python are you running?

clintonm9 avatar May 23 '19 15:05 clintonm9

python --version Python 2.7.15rc1

agtejeo avatar May 23 '19 17:05 agtejeo

Please use python3

clintonm9 avatar May 23 '19 18:05 clintonm9