Password Strength Checker with File Save
Version 1.0.0 (4,37 Mo) par
MUHAMMAD BILAL WARIS
Markov Theorem in MATLAB to Rate the passwords and save the Rating in the txt file
function MMcreate()
This function takes no input and gives no output (also not to screen!)
and it reads a file «list2021.txt» and trains the Markov Model based on
that list. The function saves a file «model2021.mat» containing ONLY
the variable MM (95x95 matrix).
(This process is similar to what is described in slides 5-7)
– function score=MMcheck(pw)
This function takes as input a string (single quotes!!) representing a
password and gives as output a score (not to the screen!) that
represents the quality score of that password.
(The score is defined on slide 4)
Citation pour cette source
MUHAMMAD BILAL WARIS (2024). Password Strength Checker with File Save (https://www.mathworks.com/matlabcentral/fileexchange/109089-password-strength-checker-with-file-save), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2020a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.0 |