you are right matebut this algorithm passwords are weak can be hacked with the same algorithm lol
is it safe or not then u tasted it?how can use?
is it safe or not then u tasted it?how can use?
thts a grate attempHello 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)
boomwhat we can use this for?
Almost yup you can broCan i Use This?