Python Forum
Password Encryption Help Python3
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Password Encryption Help Python3
#3
Another approach could be using constants provided by built-in string module  (including ascii upper and lowercases and digits). Combining these constants with % for indices one should achieve desired result.
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Messages In This Thread
Password Encryption Help Python3 - by SockMankey - Oct-13-2020, 04:28 PM
RE: Password Encryption Help Python3 - by DPaul - Oct-14-2020, 06:22 AM
RE: Password Encryption Help Python3 - by perfringo - Oct-14-2020, 10:51 AM

Forum Jump:

User Panel Messages

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