Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
the making of mkpw
#1
several years ago i wrote a program in C called mkpw that used only one optional argument: the length of the password to make and output (to stdout), with a growing default which today is 18 (i want to expand it to 20, now).  it makes the password from a random mix of lower case letters, upper case letter, decimal digits, and a few special characters. i would like to add some significant options to this program like:

1.  specific the minimum and maybe maximum number of characters for each character class.

2.  specify characters to be removed from and/or added to each character class.

3.  make new character classes with specific rules.

4.  allow defaults to be readable from files in system space and/or user space.

more to be determined later.

since this would involve significant recoding and i am now days writing most things in python (usually version 3), this is likely to be a near next program i "re"code in python for python 3.

does anyone else have an interest in this?  would you like to see if your can make a better version than i?
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
the making of mkpw - by Skaperen - Nov-23-2016, 07:12 AM
RE: the making of mkpw - by micseydel - Nov-23-2016, 04:56 PM
RE: the making of mkpw - by Skaperen - Nov-24-2016, 03:58 AM
RE: the making of mkpw - by ichabod801 - Nov-23-2016, 08:27 PM
RE: the making of mkpw - by micseydel - Nov-24-2016, 05:51 AM
RE: the making of mkpw - by Ofnuts - Nov-24-2016, 08:36 AM
RE: the making of mkpw - by micseydel - Nov-24-2016, 06:57 PM
RE: the making of mkpw - by Skaperen - Nov-26-2016, 08:12 AM
RE: the making of mkpw - by Ofnuts - Nov-26-2016, 11:18 AM
RE: the making of mkpw - by Skaperen - Nov-28-2016, 07:47 AM
RE: the making of mkpw - by snippsat - Nov-26-2016, 09:31 PM
RE: the making of mkpw - by Larz60+ - Nov-26-2016, 10:50 PM
RE: the making of mkpw - by Skaperen - Nov-27-2016, 01:51 AM
RE: the making of mkpw - by metulburr - Nov-26-2016, 11:55 PM
RE: the making of mkpw - by wavic - Nov-27-2016, 05:32 AM
RE: the making of mkpw - by Skaperen - Nov-27-2016, 07:21 AM

Forum Jump:

User Panel Messages

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