Calculates the entropy of a password
Find a file
2020-08-24 17:31:13 -04:00
Password Entropy Calculator .jpg Add files via upload 2020-08-24 17:23:00 -04:00
README.md Update README.md 2020-08-24 17:31:13 -04:00

Password-Entropy-Calculator

Built off of tests-always-included/password-strength This Calculates the relative strength of a password using several techniques. Primarily this relies on letter trigraphs, which check each set of 3 characters in a given password. This also calculates the entropy bits based on Claude Shannon's technique on determining the number of bits required to represent a set of characters and multiplying it by the length of the password and there's a check to see if a password is contained in a list of common passwords and as a bonus there's also a "Search Space" or (Total Possible Combinations) Calculator, inspired by GRC's Interactive Brute Force Password “Search Space” Calculator.

Password Entropy Calculator Format: Alt Text