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

A question for strength estimation #1

Closed
thomas-li-sjtu opened this issue Feb 19, 2021 · 4 comments
Closed

A question for strength estimation #1

thomas-li-sjtu opened this issue Feb 19, 2021 · 4 comments

Comments

@thomas-li-sjtu
Copy link

Hello, I wonder if the result of password strength estimation can be considered as the probability of the password?
For instance, in "1.1231321e-11 123456", the probability of password "123456" is "1.1231321e-11"?
Looking forward to your reply!

@thomas-li-sjtu
Copy link
Author

thomas-li-sjtu commented Feb 19, 2021

Thanks, I'll read the paper soon.
I hope to apply Monta Carlo strength evaluation : https://dl.acm.org/doi/pdf/10.1145/2810103.2813631 on markov models and that's why I asked the question above. Would you please give some advice on how to generate the probability of a password from your repo?

I just read Section 3.1 and from its description, P(x) can be defined as a joint probability distribution which used to be employed as a good representative for password strength, an atomic interpretation of course. So does "1.1231321e-11" mean P(123456) = 1.1231321e-11 ? Does it work like this in your repo?

@m33x
Copy link
Collaborator

m33x commented Feb 19, 2021

This really depends on your settings. See Line 67 and below in meter.py

Simplified it's IP(1) * CP(2) * CP(3) * CP(4) * CP(5) * EP(6).

Why not use their code?

https://github.com/matteodellamico/montecarlopwd

@thomas-li-sjtu
Copy link
Author

Oh I see. I'll check whether it is the solution I am looking for. Your guidance is really helpful for new guys in password security like me. Thank you once again and wish you a great day!

@m33x m33x closed this as completed Feb 23, 2021
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

No branches or pull requests

2 participants