Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rank to all results (which is the normalized shannon entropy of t… #333

Merged
merged 2 commits into from
Mar 25, 2021

Conversation

michaelcfanning
Copy link
Member

…he password/key component of the fingerprint).

@cfaucon @eddynaka @jameswinkler

…he password/key component of the fingerprint).
/// be used to compute the rank of the fingerprint (which is itself
/// the normalized Shannon entropy of the key or password).
/// </summary>
public int SecretSymbolSetCount { get; set; }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SecretSymbolSetCount [](start = 19, length = 20)

Note that this change can't really be leveraged until we make another change which is to simply return a Fingerprint value from every analysis method. We previously used a string in order to avoid taking a dependency on the type, but no that we have an SDK it's silly to translate everything through a string return value.

Copy link
Collaborator

@eddynaka eddynaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@michaelcfanning michaelcfanning merged commit 4aa28ed into main Mar 25, 2021
@michaelcfanning michaelcfanning deleted the shannon-entropy-as-rank branch March 25, 2021 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants