Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 838 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 838 Bytes

password-generation

Password Generation

Acknowledgement

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.