From 77748dc55442b3de59ea2aeb7f83863326b76ca2 Mon Sep 17 00:00:00 2001 From: MixtapeXD <46252377+AlecMcCutcheon@users.noreply.github.com> Date: Mon, 24 Aug 2020 18:19:47 -0400 Subject: [PATCH] Add files via upload --- Password Entropy Calculator.html | 1102 ++++++++++++++++++++++++++++++ 1 file changed, 1102 insertions(+) create mode 100644 Password Entropy Calculator.html diff --git a/Password Entropy Calculator.html b/Password Entropy Calculator.html new file mode 100644 index 0000000..68c89cf --- /dev/null +++ b/Password Entropy Calculator.html @@ -0,0 +1,1102 @@ + + + + + + + + Password Strength Tester + + + + + + + +
+
+ +

Password Entropy Calculator

+ +
+
+ + +
+
+ + + + +

Calculates the relative strength of a password. This is accomplished by 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. There is also a check to see if a password is contained in a list of common passwords.

+

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.

+

Try some of the calculations from Password.Depot.de if you'd like.

+

Side note: Password.Depot.de's calculation for 94^9 is incorrect. Google it lol

+Custom Scenario = Guesses Per Second. +

GRC's Online Attack Example Scenario = 1 Thousand Guesses Per Second.

+

Password-Depot.de Example Scenario = 2 Billion Guesses Per Second.

+

GRC's Offline Fast Attack Example Scenario = 100 Billion Guesses Per Second.

+

Distributed.net May 8, 2012 Scenario = 800 Billion Guesses Per Second.

+

GRC's Massive Cracking Array Example Scenario = 100 Trillion Guesses Per Second.

+
+ Type your password in here: +
+ +
+ Use GRC's Algorithm. + Use 33 Symbol Charset (GRC Uses This). + + + + + + + + +
Uppercase
Lowercase
Numbers
Symbols
Password Length: 0
+
+ \ No newline at end of file