Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.13 KB

Password Maker

This is a simple password maker project that help to creates an unique password for every website. If a site is hacked, your other passwords can't be found, but with its secret key-based generation, you'll easily find your own passwords, even without a password manager (but it's recommended to use one).

How to use

To use this password maker, simply go on the password maker website and complete the fields. You must enter the website name, your account identifier and at least one secret key (but it's recommended to use more). If you set a non-encoded string, its length must be shorter that the max length of the password.

See the password.js file or read how it works section if you want to understand how the password maker works.

How it works

To do

  • Complete how it works

License

This project is licensed under the GNU GPLv3.

See the LICENSE file for details.

Contributing

Contributions are welcome. Please open an issue or a pull request if you want to help improve the project.