A program that prompt a password generator

A project that prompt a password generator strong text

I’m sorry, is this a school assignment?

You can just use

print(f'Your password is {hashlib.sha256(str(input('start seed: ')).encode('utf-8')).hexdigest()}')

lol
A password that is strong can be produced by making another weird combination

However if this is a school assignment I don’t think any teacher will accept a password generated shown above lol, according to the community standard you should figure it out yourself and only seek tiny hint for it.

So, do not even try to use the code above as the answer for an assignment ur gonna get punished I warned you anyways

2 Likes