clipassgen


Nameclipassgen JSON
Version 0.7.3 PyPI version JSON
download
home_pagehttps://github.com/smartlegionlab/clipassgen/
SummaryConsole Smart Passwords Generator. Cross-platform console utility for generating cryptographically strong, recoverable, smart passwords.
upload_time2024-08-03 13:05:45
maintainerNone
docs_urlNone
authorA.A. Suvorov
requires_python>=3.6
licenseBSD 3-Clause License
keywords clipassgen clipassman password generator passgen smart password generator cli password generator console smart passwords generator smartpasslib smartlegionlab
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # clipassgen <sup>v0.7.3</sup>

***

## Short Description:
___clipassgen___ - Console Smart Passwords Generator. Cross-platform console utility for generating cryptographically strong, recoverable, smart passwords.

***

![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/clipassgen)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/clipassgen?label=pypi%20downloads)](https://pypi.org/project/clipassgen/)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/clipassgen)](https://github.com/smartlegionlab/clipassgen/)
[![GitHub](https://img.shields.io/github/license/smartlegionlab/clipassgen)](https://github.com/smartlegionlab/clipassgen/blob/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/clipassgen)](https://pypi.org/project/clipassgen)
[![PyPI - Format](https://img.shields.io/pypi/format/clipassgen)](https://pypi.org/project/clipassgen)
[![GitHub Repo stars](https://img.shields.io/github/stars/smartlegionlab/clipassgen?style=social)](https://github.com/smartlegionlab/clipassgen/)
[![GitHub watchers](https://img.shields.io/github/watchers/smartlegionlab/clipassgen?style=social)](https://github.com/smartlegionlab/clipassgen/)
[![GitHub forks](https://img.shields.io/github/forks/smartlegionlab/clipassgen?style=social)](https://github.com/smartlegionlab/clipassgen/)

***

Author and developer: ___A.A. Suvorov___

***

## Supported:

- Linux: All.
- Windows: 7/8/10.
- Termux (Android).

***

## Images:

![logo](https://github.com/smartlegionlab/clipassgen/raw/master/data/images/clipassgen.png)

***

## What's new:

__clipassgen__ v0.7.3

- Fix errors. 
- Code refactoring.

***

## Description:

___clipassgen___ - Console Smart Passwords Generator.

> Smart passwords are not stored anywhere - they are generated on the fly. For a combination - login + secret phrase, or only using a secret phrase, 
> you will always receive the same password from 10 to 1000 characters.
> This is as safe as possible. Your passwords are not stored anywhere, they are generated on the fly when requested.

Possibilities:

- Generate smart passwords using the combination: login + secret phrase.
- Generate smart passwords using a secret phrase.
- Generate common complex passwords.

Smart Password generator (login + secret phrase):

Generates a recoverable smart password
linked to login or name and secret phrase.
To generate and restore, you need to remember
login and secret phrase.

Smart Password Generator (secret phrase):

Recoverable password generator.
The password will be linked to a secret phrase.
The password is not stored anywhere and is generated on the fly.
To generate or recover a password, you only 
need to remember the secret phrase.

Base Password Generator:

A common password generator.
When generated, the password will always be different.
It will be impossible to restore it.

***

> Console manager of smart passwords that are not stored anywhere and are generated on the fly. 
> Only the public key, login and password length are stored. 
> You store the smart password under the desired login or just a name, and when received, 
> enter the secret phrase and receive a generated smart password: [clipassman](https://github.com/smartlegionlab/clipassman/).

> Passwords generated and saved in clipassman will be identical to passwords generated in clipassgen.


To create your own smart password generator apps, you can use the library: [smartpasslib](https://github.com/smartlegionlab/smartpasslib/).

***

## Help:

### Install and use:

`pip install clipassgen`

`clipassgen`

On some systems, when running the command `pip install clipassgen` an error occurs, you can solve 
it like this 

`pip install clipassgen --break-system-packages`

`clipassgen`

or:

- Download.
- Unzip.
- `python app.py`
- `python app.py -n 10`
- `python app.py -n 10 -s "secret phrase"`
- `python app.py -n 10 -s "secret phrase" -l "login or name"`

***

## Disclaimer of liability:

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

***

## Copyright:
    --------------------------------------------------------
    Licensed under the terms of the BSD 3-Clause License
    (see LICENSE for details).
    Copyright © 2018-2024, A.A. Suvorov
    All rights reserved.
    --------------------------------------------------------

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/smartlegionlab/clipassgen/",
    "name": "clipassgen",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "clipassgen, clipassman, password generator, passgen, smart password generator, cli password generator, Console Smart Passwords Generator, smartpasslib, smartlegionlab",
    "author": "A.A. Suvorov",
    "author_email": "smartlegiondev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8e/ac/af7a4580a9333c1c5553243b0becb703c60017e6fce13763b52b3d2d0998/clipassgen-0.7.3.tar.gz",
    "platform": null,
    "description": "# clipassgen <sup>v0.7.3</sup>\n\n***\n\n## Short Description:\n___clipassgen___ - Console Smart Passwords Generator. Cross-platform console utility for generating cryptographically strong, recoverable, smart passwords.\n\n***\n\n![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/clipassgen)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/clipassgen?label=pypi%20downloads)](https://pypi.org/project/clipassgen/)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/clipassgen)](https://github.com/smartlegionlab/clipassgen/)\n[![GitHub](https://img.shields.io/github/license/smartlegionlab/clipassgen)](https://github.com/smartlegionlab/clipassgen/blob/master/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/clipassgen)](https://pypi.org/project/clipassgen)\n[![PyPI - Format](https://img.shields.io/pypi/format/clipassgen)](https://pypi.org/project/clipassgen)\n[![GitHub Repo stars](https://img.shields.io/github/stars/smartlegionlab/clipassgen?style=social)](https://github.com/smartlegionlab/clipassgen/)\n[![GitHub watchers](https://img.shields.io/github/watchers/smartlegionlab/clipassgen?style=social)](https://github.com/smartlegionlab/clipassgen/)\n[![GitHub forks](https://img.shields.io/github/forks/smartlegionlab/clipassgen?style=social)](https://github.com/smartlegionlab/clipassgen/)\n\n***\n\nAuthor and developer: ___A.A. Suvorov___\n\n***\n\n## Supported:\n\n- Linux: All.\n- Windows: 7/8/10.\n- Termux (Android).\n\n***\n\n## Images:\n\n![logo](https://github.com/smartlegionlab/clipassgen/raw/master/data/images/clipassgen.png)\n\n***\n\n## What's new:\n\n__clipassgen__ v0.7.3\n\n- Fix errors. \n- Code refactoring.\n\n***\n\n## Description:\n\n___clipassgen___ - Console Smart Passwords Generator.\n\n> Smart passwords are not stored anywhere - they are generated on the fly. For a combination - login + secret phrase, or only using a secret phrase, \n> you will always receive the same password from 10 to 1000 characters.\n> This is as safe as possible. Your passwords are not stored anywhere, they are generated on the fly when requested.\n\nPossibilities:\n\n- Generate smart passwords using the combination: login + secret phrase.\n- Generate smart passwords using a secret phrase.\n- Generate common complex passwords.\n\nSmart Password generator (login + secret phrase):\n\nGenerates a recoverable smart password\nlinked to login or name and secret phrase.\nTo generate and restore, you need to remember\nlogin and secret phrase.\n\nSmart Password Generator (secret phrase):\n\nRecoverable password generator.\nThe password will be linked to a secret phrase.\nThe password is not stored anywhere and is generated on the fly.\nTo generate or recover a password, you only \nneed to remember the secret phrase.\n\nBase Password Generator:\n\nA common password generator.\nWhen generated, the password will always be different.\nIt will be impossible to restore it.\n\n***\n\n> Console manager of smart passwords that are not stored anywhere and are generated on the fly. \n> Only the public key, login and password length are stored. \n> You store the smart password under the desired login or just a name, and when received, \n> enter the secret phrase and receive a generated smart password: [clipassman](https://github.com/smartlegionlab/clipassman/).\n\n> Passwords generated and saved in clipassman will be identical to passwords generated in clipassgen.\n\n\nTo create your own smart password generator apps, you can use the library: [smartpasslib](https://github.com/smartlegionlab/smartpasslib/).\n\n***\n\n## Help:\n\n### Install and use:\n\n`pip install clipassgen`\n\n`clipassgen`\n\nOn some systems, when running the command `pip install clipassgen` an error occurs, you can solve \nit like this \n\n`pip install clipassgen --break-system-packages`\n\n`clipassgen`\n\nor:\n\n- Download.\n- Unzip.\n- `python app.py`\n- `python app.py -n 10`\n- `python app.py -n 10 -s \"secret phrase\"`\n- `python app.py -n 10 -s \"secret phrase\" -l \"login or name\"`\n\n***\n\n## Disclaimer of liability:\n\n    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n***\n\n## Copyright:\n    --------------------------------------------------------\n    Licensed under the terms of the BSD 3-Clause License\n    (see LICENSE for details).\n    Copyright \u00a9 2018-2024, A.A. Suvorov\n    All rights reserved.\n    --------------------------------------------------------\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Console Smart Passwords Generator. Cross-platform console utility for generating cryptographically strong, recoverable, smart passwords.",
    "version": "0.7.3",
    "project_urls": {
        "Documentation": "https://github.com/smartlegionlab/clipassgen/blob/master/README.md",
        "Homepage": "https://github.com/smartlegionlab/clipassgen/",
        "Release notes": "https://github.com/smartlegionlab/clipassgen/releases"
    },
    "split_keywords": [
        "clipassgen",
        " clipassman",
        " password generator",
        " passgen",
        " smart password generator",
        " cli password generator",
        " console smart passwords generator",
        " smartpasslib",
        " smartlegionlab"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83caa76f7689812ec5db833e069f7df0841c40a553f6a52686ee1a9402c917c3",
                "md5": "89cd0e44f8677deddff1cba4f1c2bf13",
                "sha256": "d276de65064de53d56184f7bab083cf636c4f5dd206ec6c73d475dd890704575"
            },
            "downloads": -1,
            "filename": "clipassgen-0.7.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89cd0e44f8677deddff1cba4f1c2bf13",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 9344,
            "upload_time": "2024-08-03T13:05:44",
            "upload_time_iso_8601": "2024-08-03T13:05:44.197552Z",
            "url": "https://files.pythonhosted.org/packages/83/ca/a76f7689812ec5db833e069f7df0841c40a553f6a52686ee1a9402c917c3/clipassgen-0.7.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8eacaf7a4580a9333c1c5553243b0becb703c60017e6fce13763b52b3d2d0998",
                "md5": "0165a485271bfbcb78b46a66cb92647b",
                "sha256": "5cecc0400f44203ce43be37d2fcd24a32a168c6ccb42a474528d9d9a6f2bad13"
            },
            "downloads": -1,
            "filename": "clipassgen-0.7.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0165a485271bfbcb78b46a66cb92647b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9027,
            "upload_time": "2024-08-03T13:05:45",
            "upload_time_iso_8601": "2024-08-03T13:05:45.831727Z",
            "url": "https://files.pythonhosted.org/packages/8e/ac/af7a4580a9333c1c5553243b0becb703c60017e6fce13763b52b3d2d0998/clipassgen-0.7.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-03 13:05:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "smartlegionlab",
    "github_project": "clipassgen",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "clipassgen"
}
        
Elapsed time: 1.25476s