PhantomPass is a password generator app. It was originally my submission for the Hacktoberfest Hackathon hosted by Midudev's.
- Desktop only
- Generate password or passphrase and copy it to the clipboard easily
- Set parameters for the password/passphrase generation (such as length, type of characters included, etc)
- Save generated passwords and display them in the sidebar
- Get statistics about the current generated password/passphrase
- Analize your own password/passphrase to check its strength
Download the repository, open the folder and install the dependencies:
git clone https://github.com/buhodev/phantompass.git
cd phantompass
npm install # or pnpm install
Once you've created a project and installed the dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev --open
📢 If you're using Visual Studio Code, install the official extension Svelte for VS Code.
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
The easter-egg is inspired by simeydotme/pokemon-cards-css project
Animated icons by Lordicon.com
MIT