Skip to content

PimousDev/PasswordGenerator

Repository files navigation

Password Generator License: LGPL v3

Password Generator is a kind of digital safe for passwords that doesn’t store any one. Based a master password and on savable definitions, like domain names, lengths, etc., it generates/calculates strong passwords through a cryptographic hash function (Where the reverse operation of getting input data is infeasible).

That way, this small web app allows you to have strong account securities, different for each services, without the fear of loosing unrememberable passwords or having them exposed when there are stolen from online databases, like other digital safe usually have (Don’t worry, it’s not that simple). The only thing you need to save are the definitions (In your navigator or in your local files), that doesn’t contain any private information, and a master password (In your brain), that doesn’t really need to be at top level security.

Version: 1.0.0

For a more comfortable use, we recommend you to save every generated passwords in your navigator, even the master one if you feel it: nowadays, navigators have enough security to store safely your passwords. In case one is compromised, you can still change the its definition number and it will be completely different, with the same length, identity and master password (That’s another functionality of hash functions). Moreover, navigators usually offer synchronisation across multiple devices and platforms, which comes handy on phones.

Documentation

This app is inspired from Simon Sheppard (SS64)'s password generator.

Technician installation guide

Soon...

Developer preparation guide

Soon...

License

Password Generator (Web app)
Copyright © 2025 - Pimous Dev. (https://www.pimous.dev/)

  1. Copy, distribution, derivative works or reuse of the designs, the branding and the themes of Pimous Dev. is PROHIBITED (⚠️).

  2. This web app is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation.

    The latter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

    You should have received a copy of the GNU General Public License and the GNU Lesser General Public License along with the Password Generator app (Links: GNU GPL v3 & GNU LGPL v3). If not, see https://www.gnu.org/licenses/.

Developers

Xibitol

About

A digital safe for passwords, generated on-the-fly.

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Contributors