Python Forum
how can I generate a password in hashlib
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how can I generate a password in hashlib
#20
it works, I wonder that you wrote it in 16 lines!!


There is problem, when some new name came into the game. for example if i have input like below:
Quote:danial,99b057c8e3461b97f8d6c461338cf664bc84706b9cc2812daaebf210ea1b9974
elham,85432a9890aa5071733459b423ab2aff9f085f56ddfdb26c8fae0c2a04dce84c
stefi,85432a9890aa5071733459b423ab2aff9f085f56ddfdb26c8fae0c2a04dce84c

for the third line in input, the code will return '0' which is incorrect. (the reason for that is: the second and the third are the similar pass) but I dont know how to save it.

also I should use (OrderedDict from collections library) to make a dictionary and solve it with dictionary.
Reply


Messages In This Thread
RE: how can I generate a password in hashlib - by go127a - May-19-2019, 09:01 AM
writing on csv file problem, python - by go127a - May-14-2019, 12:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [SOLVED] How to crack hash with hashlib Milan 0 1,454 Mar-09-2023, 08:25 PM
Last Post: Milan
  Python3 hashlib ogautier 1 1,586 Mar-28-2022, 04:42 AM
Last Post: snippsat
  Confusion about Hashlib Vysero 2 3,033 Jun-25-2018, 04:05 PM
Last Post: DeaD_EyE
  Using SHA3 (keccak) from Hashlib CryptoFlo 0 7,783 Mar-14-2018, 10:56 AM
Last Post: CryptoFlo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020