Cloud Rocket
Seçkin Üye
import random
print('Welcome To your Password Generator')
chars = 'abcdefghijklmnopqrstuvwxyzABCEFGHIJKLMNOPQRSTUVWXYZ!@$%&0123456789'
number = input('Amount of passwords to generate:')
number = int(number)
length = input('Input your password length: ')
length = int(length)
print('\nhere are your password:')
:catuwu:
for pwd in range(number):
passwords = ''
for c in range(length):
passwords += random.choice(chars)
print(passwords)
what we can use this for?Hello guys
I created a code to generate passwords if you don't have creativity it can help you a lot.
Follow the code below:
Python:import random print('Welcome To your Password Generator') chars = 'abcdefghijklmnopqrstuvwxyzABCEFGHIJKLMNOPQRSTUVWXYZ!@$%&0123456789' number = input('Amount of passwords to generate:') number = int(number) length = input('Input your password length: ') length = int(length) print('\nhere are your password:') :catuwu: for pwd in range(number): passwords = '' for c in range(length): passwords += random.choice(chars) print(passwords)
to create a random passwordwhat we can use this for?
If you are tired or don't know what password to create, you can use this program.what we can use this for?
W code, great job on that code.Hello guys
I created a code to generate passwords if you don't have creativity it can help you a lot.
Follow the code below:
Python:import random print('Welcome To your Password Generator') chars = 'abcdefghijklmnopqrstuvwxyzABCEFGHIJKLMNOPQRSTUVWXYZ!@$%&0123456789' number = input('Amount of passwords to generate:') number = int(number) length = input('Input your password length: ') length = int(length) print('\nhere are your password:') :catuwu: for pwd in range(number): passwords = '' for c in range(length): passwords += random.choice(chars) print(passwords)
can you add options to it?If you are tired or don't know what password to create, you can use this program.
Remembering that it has the option to generate x amount of passwords for x amount of characters you put
Dear friend.but this algorithm passwords are weak can be hacked with the same algorithm lol
Yes on the line:can you add options to it?
Yes, I tested it in python and it works fine. I think they're skipping where they need to be filled.Dear friend.
Take the test yourself, try to generate a password with 8 characters and see when it will be able to generate the same password.
Due to the number of characters that we have available in this program, the probability will be 368,640 different combinations.
Let's face it, your comments don't make much sense.
Post automatically merged:
Yes on the line:
chars = 'abcdefghijklmnopqrstuvwxyzABCEFGHIJKLMNOPQRSTUVWXYZ!@$%&0123456789'
You can put what characters you want to generate the password
Thanks for testing the code and for the feedback.Yes, I tested it in python and it works fine. I think they're skipping where they need to be filled.
wow nice man... i will tryHello guys
I created a code to generate passwords if you don't have creativity it can help you a lot.
Follow the code below:
Python:import random print('Welcome To your Password Generator') chars = 'abcdefghijklmnopqrstuvwxyzABCEFGHIJKLMNOPQRSTUVWXYZ!@$%&0123456789' number = input('Amount of passwords to generate:') number = int(number) length = input('Input your password length: ') length = int(length) print('\nhere are your password:') :catuwu: for pwd in range(number): passwords = '' for c in range(length): passwords += random.choice(chars) print(passwords)
thankuu brotherHello guys
I created a code to generate passwords if you don't have creativity it can help you a lot.
Follow the code below:
Python:import random print('Welcome To your Password Generator') chars = 'abcdefghijklmnopqrstuvwxyzABCEFGHIJKLMNOPQRSTUVWXYZ!@$%&0123456789' number = input('Amount of passwords to generate:') number = int(number) length = input('Input your password length: ') length = int(length) print('\nhere are your password:') :catuwu: for pwd in range(number): passwords = '' for c in range(length): passwords += random.choice(chars) print(passwords)
how can use?Hello guys
I created a code to generate passwords if you don't have creativity it can help you a lot.
Follow the code below:
Python:import random print('Welcome To your Password Generator') chars = 'abcdefghijklmnopqrstuvwxyzABCEFGHIJKLMNOPQRSTUVWXYZ!@$%&0123456789' number = input('Amount of passwords to generate:') number = int(number) length = input('Input your password length: ') length = int(length) print('\nhere are your password:') :catuwu: for pwd in range(number): passwords = '' for c in range(length): passwords += random.choice(chars) print(passwords)
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?