Skip to content

Commit

Permalink
Updated my GitHub ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ibehii committed Mar 31, 2024
1 parent 2917b7f commit 200c65c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion PasswordGenerator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GitHub: https://github.com/beh185
# GitHub: https://github.com/ibehii
# Telegram: https://T.me/dr_xz
# e-mail: Behii@tutanota.com
# ____________________________________________
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@ https://youtu.be/hlkBS0gWI7g
---
# Generate One Password

![OnePasswordMenu](https://github.com/beh185/Password-list-tool/assets/79264026/718ccecd-9973-426f-a8f7-fa31b23767e2)
![OnePasswordMenu](https://github.com/ibehii/Password-list-tool/assets/79264026/718ccecd-9973-426f-a8f7-fa31b23767e2)


In this part, you can generate one password quickly.
It's a good idea to sign up on sites or apps when you want to use a strong password.

![ShowingPerviousPAss](https://github.com/beh185/Password-list-tool/assets/79264026/88c7abe1-1a9d-42ea-9ca6-782821b7c86d)
![ShowingPerviousPAss](https://github.com/ibehii/Password-list-tool/assets/79264026/88c7abe1-1a9d-42ea-9ca6-782821b7c86d)


Also, after generating the password, it will be saved in a **json** file, so you can access it later by -> running program -> Just one password -> Show previous passwords

![generateOnePassword](https://github.com/beh185/Password-list-tool/assets/79264026/5688830d-4be2-4851-9a53-d215e5066f56)
![generateOnePassword](https://github.com/ibehii/Password-list-tool/assets/79264026/5688830d-4be2-4851-9a53-d215e5066f56)


In this menu, you can choose what characters you want in the password.\
When you want to enter the number of your choices, pay attention that numbers must be between **1-5** -> `1 2 5` \
And use **spaces** when you want to separate

![Screenshot from 2023-07-06 17-16-36](https://github.com/beh185/Password-list-tool/assets/79264026/afe1a5a5-a51e-458d-8387-6e802cec3e75)
![Screenshot from 2023-07-06 17-16-36](https://github.com/ibehii/Password-list-tool/assets/79264026/afe1a5a5-a51e-458d-8387-6e802cec3e75)

In this menu, you choose the length of the password. For example, if you enter **8**, the script will return a password with 8 characters. like -> `12345678`

![OnePassAfterGeneration](https://github.com/beh185/Password-list-tool/assets/79264026/deaa4778-214a-48c0-ad1b-98382a1d4800)
![OnePassAfterGeneration](https://github.com/ibehii/Password-list-tool/assets/79264026/deaa4778-214a-48c0-ad1b-98382a1d4800)


We save the passwords that you generate in the **one_password.json** file.
Expand All @@ -50,22 +50,22 @@ We save the passwords that you generate in the **one_password.json** file.
# Generate password list
In this part, you can generate passwords and export them as a txt file.

![PasslistMEnu](https://github.com/beh185/Password-list-tool/assets/79264026/8073b9f3-5efa-4173-ac12-a45b33c2e6ef)
![PasslistMEnu](https://github.com/ibehii/Password-list-tool/assets/79264026/8073b9f3-5efa-4173-ac12-a45b33c2e6ef)


In this menu, you can choose what characters you want in the password.\
When you want to enter the number of your choices, pay attention that numbers must be between **1-5** -> `1 2 5` \
And use **spaces** when you want to separate

![PasslistAfterGeneration](https://github.com/beh185/Password-list-tool/assets/79264026/d66d615e-2b98-42a1-9e6b-b43b11500621)
![PasslistAfterGeneration](https://github.com/ibehii/Password-list-tool/assets/79264026/d66d615e-2b98-42a1-9e6b-b43b11500621)


In this menu, you choose the number** of the password that the script will generate. In the second question, you choose the length of the password. For example, if you enter **8**, the script will return a password with 8 characters. like -> `12345678`

---
# Sort password list

![Screenshot from 2023-07-06 13-20-28](https://github.com/beh185/Password-list-tool/assets/79264026/07a7b1a6-0439-4203-8145-d414cb518408)
![Screenshot from 2023-07-06 13-20-28](https://github.com/ibehii/Password-list-tool/assets/79264026/07a7b1a6-0439-4203-8145-d414cb518408)

On this part, you can sort your password list. For example, if your password is like this `125, 142, 111`, it will change to -> `111, 125, 142`.

Expand All @@ -75,7 +75,7 @@ The only thing that you must do is enter the name of your file :)\
In Windows:
> Right-click the file, then choose copy as a path option\
![select_copy_as_path](https://github.com/beh185/Password-list-tool/assets/79264026/1e22bdb7-b6b3-4bd8-95b8-c993899b058c)
![select_copy_as_path](https://github.com/ibehii/Password-list-tool/assets/79264026/1e22bdb7-b6b3-4bd8-95b8-c993899b058c)


In Linux:
Expand All @@ -85,7 +85,7 @@ In Linux:
# Delete duplicate passwords in the password list
If a password is repeated in the password list, this section will delete it and keep just one of them.

![DuplicateRemover](https://github.com/beh185/Password-list-tool/assets/79264026/8a263f3b-173e-4b4f-8e5d-6c825422fab5)
![DuplicateRemover](https://github.com/ibehii/Password-list-tool/assets/79264026/8a263f3b-173e-4b4f-8e5d-6c825422fab5)


**Method 1** is a little bit slower than method 2, but it doesn't disrupt the order of the password list.
Expand All @@ -100,7 +100,7 @@ if you don't care about the order of your file, use this method and then sort it
---
# Merge password lists

![Screenshot from 2023-07-06 13-22-16](https://github.com/beh185/Password-list-tool/assets/79264026/8591be6d-e4d7-4cba-854e-f0599a02c099)
![Screenshot from 2023-07-06 13-22-16](https://github.com/ibehii/Password-list-tool/assets/79264026/8591be6d-e4d7-4cba-854e-f0599a02c099)

In this section, you can merge your password lists and make your password lists into a single file.

Expand All @@ -111,7 +111,7 @@ In this section, you can merge your password lists and make your password lists

# Check password strength

![Screenshot from 2023-09-12 23-20-53](https://github.com/beh185/Password-list-tool/assets/79264026/d8390b39-42db-4b34-a035-954d5223e2b8)
![Screenshot from 2023-09-12 23-20-53](https://github.com/ibehii/Password-list-tool/assets/79264026/d8390b39-42db-4b34-a035-954d5223e2b8)


Do you think you have a strong password? Find out in this section.
Expand Down

0 comments on commit 200c65c

Please sign in to comment.