Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTheCoder committed Jan 28, 2023
2 parents b192ae6 + 83a7805 commit 575b234
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 308,473 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,23 @@ Click File > Clone repository, put https://github.com/IceTheDev2/Passwordsy/ int
Run main.py from a terminal.

## Usage
You can use this program to generate a random string of up to 100 letters, numbers and punctuation marks, and use the string how you desire.
You can use this program to generate a random string of up to 100 letters, numbers and punctuation marks, and use the string how you desire.

![alt text](https://github.com/IceTheDev2/Passwordsy/blob/main/password_generator/screenshots/1.PNG)
![alt text](https://github.com/IceTheDev2/Passwordsy/blob/main/password_generator/screenshots/2.PNG)
![alt text](https://github.com/IceTheDev2/Passwordsy/blob/main/password_generator/screenshots/3.PNG)
![alt text](https://github.com/IceTheDev2/Passwordsy/blob/main/password_generator/screenshots/4.PNG)
![alt text](https://github.com/IceTheDev2/Passwordsy/blob/main/password_generator/screenshots/5.PNG)
![alt text](https://github.com/IceTheDev2/Passwordsy/blob/main/password_generator/screenshots/6.PNG)
![alt text](https://github.com/IceTheDev2/Passwordsy/blob/main/password_generator/screenshots/7.PNG)

But you can also use it to discover weaknesses of a password, such as it being a commonly used password, having a short length, not containing upper and lower case letters, digits, AND punctuation, and containing a repeated character.

![alt text](https://github.com/IceTheDev2/Passwordsy/blob/main/password_generator/screenshots/8.PNG)
![alt text](https://github.com/IceTheDev2/Passwordsy/blob/main/password_generator/screenshots/9.PNG)
![alt text](https://github.com/IceTheDev2/Passwordsy/blob/main/password_generator/screenshots/10.PNG)
![alt text](https://github.com/IceTheDev2/Passwordsy/blob/main/password_generator/screenshots/11.PNG)
![alt text](https://github.com/IceTheDev2/Passwordsy/blob/main/password_generator/screenshots/12.PNG)

## Contributing
I'd love to hear your suggestions on how I can improve my first ever project!
Expand Down
21 changes: 21 additions & 0 deletions SecLists_LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 Daniel Miessler

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit 575b234

Please sign in to comment.