PassPro – Simple Javascript application to generate password
Hello all, PassPro is a very simple project that I would like to share it with you all. It is Simple Password generator web based application developed using HTML and javascript.
As its a JavaScript based application, Password that you generate does not leave you device. And unlike other random password generator, password generated through PassPro is very easy to pronounce as it’s build using normal English word.
You can look into it’s source code at github, to view the demo visit initedit’s subdomain passpro.initedit.com
Personally, I needed this application. As a developer I need to create multiple test account for testing and previously I used to create random password but it was not very easy to remember. Hence I create this small project.
It’s an open source project, so you can download it and run on your own local machine or your company’s own internal infrastructure.
Also Make sure to add more words into dictionary used in PassPro if you are planning to use it into any production environment or your won account.
I know there are lots of improvement needed in this application but don’t have that time for now. If I get any time to work on this project again I will update it and add some pro feature.
Thanks for reading…