New submission from Jozef Cernak :
Hi,
in the short program, that works well for password of 4 character, when I
change password length I got this error (parameter MAXD)
Traceback (most recent call last):
File "p33.py", line 54, in
zf.extractall( pwd=password.encode('
Jozef Cernak added the comment:
Dear Serhiy,
in the case of correct password, the program works well:
OACD
PACD
QACD
RACD
SACD
TACD
UACD
VACD
WACD
XACD
YACD
ZACD
ABCD
Password found:ABCD
for five characters:
RRJBA
Traceback (most recent call last):
File "p33.py", l
Jozef Cernak added the comment:
Ok, however behaviur is detected after several attempts i.e. behaviour is
not regular but depends on the previous history, how or how many times
functions was called. I think such behaviur should indicate that function
store previous data, i.e. history.
Best
Jozef Cernak added the comment:
Hi,
I changed zipped file password to the new string "RRJBB" that is a
combination after RRJBA to see what will happen.
At the input combination KWFEA
I got the message:
KWFEA
Traceback (most recent call last):
File "p33.py", line 54, i