Python Forum
mkpw: rewriting in python 3
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mkpw: rewriting in python 3
#10
(Mar-17-2017, 01:37 PM)Larz60+ Wrote: Save yourself some time, pick one of these: https://pypi.python.org/pypi?%3Aaction=s...mit=search

too many to choose from.  the issue with that is the most of them will have the code i need deeply embedded in code doing other stuff.  at best i'll need to extract it, which is not a time savings.  or what chance is there to find code that does the basic simple outputting of the desired kind of password i want at that time of running ... in a cli.

one of the things i have found i need to do is make passwords that can "lifted" off the screen by double-click highlighting and then pasting into another form somewhere.  that means excluding many special characters or only using a certain limited set.  and different users may be using different systems that behave differently and thus need different sets.  i also prefer to avoid mixed case in certain situation, or maybe avoid a lot of things.  so this could end up with a lot of options. both at the command line layer and at the function call layer.  careful option design is needed.

and did i mention password length?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
mkpw: rewriting in python 3 - by Skaperen - Mar-10-2017, 05:33 AM
RE: mkpw: rewriting in python 3 - by varung1985 - Mar-16-2017, 10:07 AM
RE: mkpw: rewriting in python 3 - by Skaperen - Mar-17-2017, 05:49 AM
RE: mkpw: rewriting in python 3 - by Ofnuts - Mar-16-2017, 01:01 PM
RE: mkpw: rewriting in python 3 - by wavic - Mar-17-2017, 08:13 AM
RE: mkpw: rewriting in python 3 - by Larz60+ - Mar-17-2017, 01:37 PM
RE: mkpw: rewriting in python 3 - by Skaperen - Mar-18-2017, 02:23 AM
RE: mkpw: rewriting in python 3 - by nilamo - Mar-17-2017, 06:55 PM
RE: mkpw: rewriting in python 3 - by snippsat - Mar-17-2017, 07:38 PM
RE: mkpw: rewriting in python 3 - by nilamo - Mar-17-2017, 07:42 PM
RE: mkpw: rewriting in python 3 - by wavic - Mar-18-2017, 11:28 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Rewriting an applications in Python falsedmitri 4 3,021 Jun-03-2019, 01:42 PM
Last Post: heiner55

Forum Jump:

User Panel Messages

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