BrettVerney/ciscoPWDhasher

type8's message is wrong.

kwskt2y opened this issue · 1 comments

At line 63 in ciscopwdhasher.py
print(f'Your Cisco type 7 password is: {hash}')
I think It would be belows
print(f'Your Cisco type 8 password is: {hash}')

Resolved. Thanks!