This Python script is practical for generating random passwords.
A password contains:
7 lowercase alphabetic characters.
2 uppercase alphabetic characters.
2 numeric characters.
1 special character. (special char will be one of these: ! + % ? * - _ )
A password contains:
7 lowercase alphabetic characters.
2 uppercase alphabetic characters.
2 numeric characters.
1 special character. (special char will be one of these: ! + % ? * - _ )
Comments
Post a Comment