Password Generation
This project was done under the supervision of Prof. Abir De, IIT Bombay. This was a research and development project and the final report for the same can be found here.
The code for the metrics used for passwords- memorability and guessability- are in the folder utils/
. The details to run the metrics are also in the folder.
The code for training and sampling for the paper- Grammar Variational Autoencoder- is in grammarVAE/
. The code base is used from here. The details to train and sample models is also in the folder.