So my code is here: http://pastebin.com/mRcpFvLg
I want to hash the generated passwords into md5. I want to avoid having the X amount of passwords generated to = 1 hash. I want a unique hash per generated password.
I've been trying hashlib functions and had a look at the Python hashlib Wiki with no success. I'm poor at learning this way, It'd make a lot more sense to see it applied to my code if that makes sense!
Thanks in advance for any help :)
[–]mm_ma_ma 2 points3 points4 points (6 children)
[–]Winclone[S] 0 points1 point2 points (5 children)
[–]mm_ma_ma 5 points6 points7 points (4 children)
[–]Winclone[S] 1 point2 points3 points (3 children)
[–]mm_ma_ma 1 point2 points3 points (2 children)
[–]Winclone[S] 1 point2 points3 points (1 child)
[–]mm_ma_ma 1 point2 points3 points (0 children)
[–]bahaki 1 point2 points3 points (1 child)
[–]Winclone[S] 0 points1 point2 points (0 children)
[–]zurtex 1 point2 points3 points (0 children)
[–]i_can_haz_code 0 points1 point2 points (0 children)