Author

Topic: Python Password Strength Analyzer (Read 185 times)

sr. member
Activity: 714
Merit: 251
June 30, 2017, 06:07:00 PM
#1
Since we can't really trust these shitty websites to analyze the strength of the passwords for us:

We can't write our passwords into 3rd party suspicious websites, so I have made a python script that does this 100% locally, and safely.

You can analyze the strength of your passwords this way. Run the python3 script from your terminal and analyze the strength of the password with statistical methods.

My script will return the autocorrelation down to the sqrt(samplesize) lag order, the Shannon Entropy, and the Skew of the password's bits. And compare it to a pseudo-random password of the same size.

Full instructions here:
https://steemit.com/programming/@profitgenerator/learn-basic-python-programming-ep-5-let-s-build-a-password-strength-analyzer

Download the Full Script from here:
https://pastebin.com/BE5h5ZTq



Any feedback is appreciated.
Jump to: