AllSafe


NameAllSafe JSON
Version 1.5.0 PyPI version JSON
download
home_pagehttps://github.com/emargi/AllSafe
SummaryAllSafe, A Modern Password Generator
upload_time2025-02-19 20:02:46
maintainerNone
docs_urlNone
authorMohamad Reza
requires_pythonNone
licenseNone
keywords password password-generator tool allsafe generator
VCS
bugtrack_url
requirements rich
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <a id="readme-top"></a>

<!-- PROJECT SHIELDS -->
![PyPI](https://img.shields.io/pypi/v/allsafe)

<!-- PROJECT LOGO -->
<br />
<div>
  <h1 align="center">AllSafe</h2>
  <p align="center">
    Modern Safe and Unique Password Generator. Do Not Worry About Passwords Anymore.
    <br />
    <br />
    <a href="https://github.com/emargi/AllSafe/issues/new?labels=bug">Report Bug</a>
    &middot;
    <a href="https://github.com/emargi/AllSafe/issues/new?labels=enhancement">Request Feature</a>
  </p>
</div>


<!-- TABLE OF CONTENTS -->
<details>
  <summary>Table of Contents</summary>
  <ol>
    <li>
      <a href="#about-the-project">About The Project</a>
    </li>
    <li>
      <a href="#installation">Installation</a>
      <ul>
        <li><a href="#linux">Linux</a></li>
        <li><a href="#windows">Windows</a></li>
      </ul>
    </li>
    <li><a href="#contributing">Contributing</a></li>
    <li><a href="#license">License</a></li>
    <li><a href="#credits">Credits</a></li>
  </ol>
</details>



<!-- ABOUT THE PROJECT -->
## About The Project
[![asciicast](https://asciinema.org/a/704458.svg)](https://asciinema.org/a/704458)


> [!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.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- INSTALLATION -->
## Installation
### Linux
1. **Install `pipx`:**
  Use the package manager of your wish on your OS (e.g. apt)
  ```sh
  sudo apt install pipx
  pipx ensurepath
  ```
2. **Install `AllSafe`:**
  - Trust PyPi's Build?
  ```sh
  pipx install allsafe
  ```
  - Not Trust PyPi's Build?
  ```sh
  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?
  ```sh
  pip install allsafe
  ```
- Not Trust PyPi's Build?
  ```sh
  pip install git+https://github.com/emargi/allsafe
  ```

<p align="right">(<a href="#readme-top">back to top</a>)</p>


<!-- USAGE -->
## Usage

### Interactive Mode
Run:
```sh
allsafe
```
or alternatively:
```sh
allsafe -i
```

### Commandline Arguments
required arguments:
```sh
allsafe -a APP -u USERNAME -s SECRET
```
see full help:
```sh
allsafe -h
```

<!-- CONTRIBUTING -->
## 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 <a href="https://semver.org">Semantic Versioning</a> 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!

1. Fork the Project
2. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
3. Open a Pull Request


<!-- LICENSE -->
## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

<p align="right">(<a href="#readme-top">back to top</a>)</p>


<!-- Credits -->
## Credits
- This README file is based on [Best-README-Template](https://github.com/othneildrew/Best-README-Template)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/emargi/AllSafe",
    "name": "AllSafe",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "password password-generator tool allsafe generator",
    "author": "Mohamad Reza",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d7/20/3bb1b592130662f1acaa68a35669c75fe4cf0361cf2d67a845c1c05533fa/allsafe-1.5.0.tar.gz",
    "platform": null,
    "description": "<a id=\"readme-top\"></a>\r\n\r\n<!-- PROJECT SHIELDS -->\r\n![PyPI](https://img.shields.io/pypi/v/allsafe)\r\n\r\n<!-- PROJECT LOGO -->\r\n<br />\r\n<div>\r\n  <h1 align=\"center\">AllSafe</h2>\r\n  <p align=\"center\">\r\n    Modern Safe and Unique Password Generator. Do Not Worry About Passwords Anymore.\r\n    <br />\r\n    <br />\r\n    <a href=\"https://github.com/emargi/AllSafe/issues/new?labels=bug\">Report Bug</a>\r\n    &middot;\r\n    <a href=\"https://github.com/emargi/AllSafe/issues/new?labels=enhancement\">Request Feature</a>\r\n  </p>\r\n</div>\r\n\r\n\r\n<!-- TABLE OF CONTENTS -->\r\n<details>\r\n  <summary>Table of Contents</summary>\r\n  <ol>\r\n    <li>\r\n      <a href=\"#about-the-project\">About The Project</a>\r\n    </li>\r\n    <li>\r\n      <a href=\"#installation\">Installation</a>\r\n      <ul>\r\n        <li><a href=\"#linux\">Linux</a></li>\r\n        <li><a href=\"#windows\">Windows</a></li>\r\n      </ul>\r\n    </li>\r\n    <li><a href=\"#contributing\">Contributing</a></li>\r\n    <li><a href=\"#license\">License</a></li>\r\n    <li><a href=\"#credits\">Credits</a></li>\r\n  </ol>\r\n</details>\r\n\r\n\r\n\r\n<!-- ABOUT THE PROJECT -->\r\n## About The Project\r\n[![asciicast](https://asciinema.org/a/704458.svg)](https://asciinema.org/a/704458)\r\n\r\n\r\n> [!NOTE]\r\n> 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.\r\n\r\n> AllSafe is a terminal tool to generate unique password for each application or website you want to sign up in.\r\n\r\nAllSafe 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\r\n\r\n### Why do we need unique passwords?\r\nwith 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.\r\n\r\n### How do we not forget the passwords?\r\nYou 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.\r\n\r\n### How does the algorithm work?\r\nYour 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.\r\n\r\n### If my password gets exposed, will my secret code be revealed?\r\nNo, 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.\r\n\r\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\r\n\r\n<!-- INSTALLATION -->\r\n## Installation\r\n### Linux\r\n1. **Install `pipx`:**\r\n  Use the package manager of your wish on your OS (e.g. apt)\r\n  ```sh\r\n  sudo apt install pipx\r\n  pipx ensurepath\r\n  ```\r\n2. **Install `AllSafe`:**\r\n  - Trust PyPi's Build?\r\n  ```sh\r\n  pipx install allsafe\r\n  ```\r\n  - Not Trust PyPi's Build?\r\n  ```sh\r\n  pipx install git+https://github.com/emargi/allsafe\r\n  ```\r\n\r\n### Windows\r\nFirst, make sure you have python and pip installed on your system.\r\n- Trust PyPi's Build?\r\n  ```sh\r\n  pip install allsafe\r\n  ```\r\n- Not Trust PyPi's Build?\r\n  ```sh\r\n  pip install git+https://github.com/emargi/allsafe\r\n  ```\r\n\r\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\r\n\r\n\r\n<!-- USAGE -->\r\n## Usage\r\n\r\n### Interactive Mode\r\nRun:\r\n```sh\r\nallsafe\r\n```\r\nor alternatively:\r\n```sh\r\nallsafe -i\r\n```\r\n\r\n### Commandline Arguments\r\nrequired arguments:\r\n```sh\r\nallsafe -a APP -u USERNAME -s SECRET\r\n```\r\nsee full help:\r\n```sh\r\nallsafe -h\r\n```\r\n\r\n<!-- CONTRIBUTING -->\r\n## Contributing\r\n\r\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\r\n\r\nNote that we use <a href=\"https://semver.org\">Semantic Versioning</a> in the project and you have to change the `__version__` variables in every file that contains it, before a commit.\r\n\r\nIf 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\".\r\nDon't forget to give the project a star! Thanks again!\r\n\r\n1. Fork the Project\r\n2. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\r\n3. Open a Pull Request\r\n\r\n\r\n<!-- LICENSE -->\r\n## License\r\n\r\nDistributed under the MIT License. See `LICENSE.txt` for more information.\r\n\r\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\r\n\r\n\r\n<!-- Credits -->\r\n## Credits\r\n- This README file is based on [Best-README-Template](https://github.com/othneildrew/Best-README-Template)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "AllSafe, A Modern Password Generator",
    "version": "1.5.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/emargi/AllSafe/issues",
        "Homepage": "https://github.com/emargi/AllSafe",
        "Source Code": "https://github.com/emargi/Allsafe#readme"
    },
    "split_keywords": [
        "password",
        "password-generator",
        "tool",
        "allsafe",
        "generator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "036e52305b9d44ed386021de30643aec91800647f9814f1534a62595bba52b8f",
                "md5": "a876fda3a765a85bde87d038cf865a94",
                "sha256": "61e5b9586c056fa2a4e121d91dba861d987c0a63afd2bdb380cf815dbaeccaf9"
            },
            "downloads": -1,
            "filename": "AllSafe-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a876fda3a765a85bde87d038cf865a94",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9720,
            "upload_time": "2025-02-19T20:02:39",
            "upload_time_iso_8601": "2025-02-19T20:02:39.801768Z",
            "url": "https://files.pythonhosted.org/packages/03/6e/52305b9d44ed386021de30643aec91800647f9814f1534a62595bba52b8f/AllSafe-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7203bb1b592130662f1acaa68a35669c75fe4cf0361cf2d67a845c1c05533fa",
                "md5": "2b87e01c5ff18d4effd1a603f970221e",
                "sha256": "eab4fa6c725744c99e576764f47aa03412b5af19ec9289acc5176a1efc1d804f"
            },
            "downloads": -1,
            "filename": "allsafe-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2b87e01c5ff18d4effd1a603f970221e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8875,
            "upload_time": "2025-02-19T20:02:46",
            "upload_time_iso_8601": "2025-02-19T20:02:46.624024Z",
            "url": "https://files.pythonhosted.org/packages/d7/20/3bb1b592130662f1acaa68a35669c75fe4cf0361cf2d67a845c1c05533fa/allsafe-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-19 20:02:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "emargi",
    "github_project": "AllSafe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "rich",
            "specs": [
                [
                    "==",
                    "13.9.4"
                ]
            ]
        }
    ],
    "lcname": "allsafe"
}
        
Elapsed time: 3.99385s