AllSafe, A Modern Password Generator
Project description
AllSafe
Modern Safe and Unique Password Generator. Do Not Worry About Passwords Anymore.
Report Bug
·
Request Feature
Table of Contents
About The Project
[!NOTE] This tool will never store any of your data and does NOT need an internet connection. so you do not have to worry about your data-safety.
AllSafe is a terminal tool to generate unique password for each application or website you want to sign up in.
AllSafe will give you a unique password for every app based on the given info, so everytime you pass the same info, you will get the same password
Why do we need unique passwords?
with having a unique password for each website, you will not need to worry about other passwords in case one of the websites has a security breach or your password gets leaked somehow.
How do we not forget the passwords?
You don't, you just have to memorize your secret codes (safe enough to use one for all passwords). with the same secret code and the same data, you will get the same password. so no need to worry about storing or memorizing your passwords.
How does the algorithm work?
Your secret code will turn your data into some weird characters. the weird characters are encrypted into a hash. the algorithm gets rid of some keys in the hash. the incomplete hash is seperated into small parts based on the password length. each small part will be converted into a decimal number. each decimal number is divided by the length of the password characters, and a character will be chosen for the password based on the remainder.
If my password gets exposed, will my secret code be revealed?
No, even if they find a way to guess the hash, they will have the incomplete hash. although the complete hash is based on some weird characters.
Installation
Linux
- Install
pipx: Use the package manager of your wish on your OS (e.g. apt)
sudo apt install pipx
pipx ensurepath
- Install
AllSafe:
- Trust PyPi's Build?
pipx install allsafe
- Not Trust PyPi's Build?
pipx install git+https://github.com/emargi/allsafe
Windows
First, make sure you have python and pip installed on your system.
- Trust PyPi's Build?
pip install allsafe
- Not Trust PyPi's Build?
pip install git+https://github.com/emargi/allsafe
Usage
Interactive Mode
Run:
allsafe
or alternatively:
allsafe -i
Commandline Arguments
required arguments:
allsafe -a APP -u USERNAME -s SECRET
see full help:
allsafe -h
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Note that we use Semantic Versioning in the project and you have to change the __version__ variables in every file that contains it, before a commit.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Commit your Changes (
git commit -m 'Add some AmazingFeature') - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt for more information.
Credits
- This README file is based on Best-README-Template
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file allsafe-1.5.1.tar.gz.
File metadata
- Download URL: allsafe-1.5.1.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6458a350327a779fdc049cfcbd687498450772f994cd9a4e3c21cd1d6d17f4f7
|
|
| MD5 |
bc1a86dd685bdb63d63c292b4f6c0dee
|
|
| BLAKE2b-256 |
e9f01726ca72746a706793df65fe7bd74c0c33eb5384e1f28b9873c84b1a9c7c
|
File details
Details for the file AllSafe-1.5.1-py3-none-any.whl.
File metadata
- Download URL: AllSafe-1.5.1-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18939804df88469af471ce59ae0161c7561706b0bff3e441bf0b36fb3fe4e3b3
|
|
| MD5 |
ad57e5cc0a3f5b8002f976c0d9b08099
|
|
| BLAKE2b-256 |
61b0da132f0463053292861e495c9ec0d7e0500ba17e7e275ea61a072cb9eaf1
|