View predict.py
#!/usr/bin/env pypy | |
# -*- coding: utf-8 -*- | |
''' This script loads the training and predicts the next most likely passwords | |
:author: Maximilian Golla | |
:contact: maximilian.golla@rub.de | |
:version: 0.0.1, 2019-11-28 | |
''' | |
# Load external modules |
View password_expiration.txt
# Some Standards Bodies (as of May 2019) | |
### Pro Password Expiration | |
- PCI DSS (Visa, Mastercard), BSI (DE) | |
### Contra Password Expiration | |
- Academia, NIST (USA), NCSC (UK) | |
# Some recent research and comments on the negative consequences of enforcing password expiration | |
2010 - Where Do Security Policies Come From? | |
https://cups.cs.cmu.edu/soups/2010/proceedings/a10_florencio.pdf |