0

Need help understanding this python code

currentTime = int(time.time()) for x in range(0, 300): plaintext = fileName + str(currentTime - x) md5hash = hashlib.md5(plaintext).hexdigest() url = BaseUrl+md5hash+'.php' print url

10th Feb 2019, 12:19 AM
Noor Qureshi
Noor Qureshi - avatar
1 Odpowiedź
- 1
This is not full code. You not define x var, BaseUrl, time, fileName... and you have mistakes in code
10th Feb 2019, 11:06 AM
lemuriec
lemuriec - avatar