An offline password generator that easily lets you create secure passwords!
- If you find a bug just fork the project and make a pull-request all help is very appreciated!
- If you want to add something just fork the project and make a pull-request and I will take a look at it!
- Want to get in contact? Look at details my socials below!
You can download a compiled version here on github under Releases (NOTE I only have a windows build)
To build first do
npm ithen do
npm run gulpthen do one of the following depending on your OS
for Windows do
npm run winFor linux do
npm run linuxFor mac do (NOTE mac builds need code signing to work properly!)
npm run macCardano: addr1qxglgwq5fm3wdr9dcnccq06e4xgqd4xerhsd37gg5tu7ydfk2kg2st0tvrcrrnlfdzm2j55c0zp8jx423tzhqkczqzjqerlzfd
Ethereum(ERC20): 0x094adDf66E121bdE086A78D3F986a145b5a02c9A
Litecoin: MW55dENjipM4U9W8FyXhEQBu3vCmdrTmVC
Tether(ERC20): 0x094adDf66E121bdE086A78D3F986a145b5a02c9A
Bitcoin: 3Mz9SYkF3qsUYHAm86YVU4zJyWjtHAhcxx
Bitcoin Cash: 1KyAHrBSFNz8RHs6Pgv4rgVaWuzgmcYndq
- Traversy Media for creating the "JavaScript Password Generator" youtube video for inspiring the project!
- FlorinPop for creating the codepen "Password Generator - #013 of #100Days100Projects" and inspiring Traversy Media to create the youtube video.
- awaterplease for posting a comment on the youtube video with the code to get a complete random password in the for loop.