clipassgen


Nameclipassgen JSON
Version 0.7.6 PyPI version JSON
download
home_pageNone
SummaryConsole Smart Passwords Generator. Cross-platform console utility for generating cryptographically strong, recoverable, smart passwords.
upload_time2025-08-24 18:23:33
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # clipassgen <sup>v0.7.6</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/)

[![PyPI Downloads](https://static.pepy.tech/badge/clipassgen)](https://pepy.tech/projects/clipassgen)
[![PyPI Downloads](https://static.pepy.tech/badge/clipassgen/month)](https://pepy.tech/projects/clipassgen)
[![PyPI Downloads](https://static.pepy.tech/badge/clipassgen/week)](https://pepy.tech/projects/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)

***

## 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"`

***

## 📜 Licensing

This project is offered under a dual-licensing model.

### 🆓 Option 1: BSD 3-Clause License (for Non-Commercial Use)
This license is **free of charge** and allows you to use the software for:
- Personal and educational purposes
- Academic research and open-source projects
- Evaluation and testing

**Important:** Any use by a commercial organization or for commercial purposes (including internal development and prototyping) requires a commercial license.

### 💼 Option 2: Commercial License (for Commercial Use)
A commercial license is **required** for:
- Integrating this software into proprietary products
- Using it in internal operations within a company
- SaaS and hosted services that incorporate this software

**Important:** The commercial license provides usage rights but **does not include any indemnification or liability**. The software is provided "AS IS" without any warranties as described in the full license agreement.

**To obtain a commercial license,** please contact us directly at:  
📧 **smartlegiondev@gmail.com**

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "clipassgen",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "\"A.A Suvorov\" <smartlegiondev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/77/d4/9570eb8ff52fa169414bca2f9d32bb155bc0d5936ee70fbaeccc48457dc8/clipassgen-0.7.6.tar.gz",
    "platform": null,
    "description": "# clipassgen <sup>v0.7.6</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[![PyPI Downloads](https://static.pepy.tech/badge/clipassgen)](https://pepy.tech/projects/clipassgen)\n[![PyPI Downloads](https://static.pepy.tech/badge/clipassgen/month)](https://pepy.tech/projects/clipassgen)\n[![PyPI Downloads](https://static.pepy.tech/badge/clipassgen/week)](https://pepy.tech/projects/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## 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## \ud83d\udcdc Licensing\n\nThis project is offered under a dual-licensing model.\n\n### \ud83c\udd93 Option 1: BSD 3-Clause License (for Non-Commercial Use)\nThis license is **free of charge** and allows you to use the software for:\n- Personal and educational purposes\n- Academic research and open-source projects\n- Evaluation and testing\n\n**Important:** Any use by a commercial organization or for commercial purposes (including internal development and prototyping) requires a commercial license.\n\n### \ud83d\udcbc Option 2: Commercial License (for Commercial Use)\nA commercial license is **required** for:\n- Integrating this software into proprietary products\n- Using it in internal operations within a company\n- SaaS and hosted services that incorporate this software\n\n**Important:** The commercial license provides usage rights but **does not include any indemnification or liability**. The software is provided \"AS IS\" without any warranties as described in the full license agreement.\n\n**To obtain a commercial license,** please contact us directly at:  \n\ud83d\udce7 **smartlegiondev@gmail.com**\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Console Smart Passwords Generator. Cross-platform console utility for generating cryptographically strong, recoverable, smart passwords.",
    "version": "0.7.6",
    "project_urls": {
        "Homepage": "https://github.com/smartlegionlab/clipassgen"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2306809e7b61d4c9b2010ecd4f98a1171dfc73734de3f8b2c9bd67a18d6b2615",
                "md5": "95bb973cfb0b9a2e36b77215644a4e3a",
                "sha256": "64e8fe66ecc4fa7dcc7ec1e4c5b4d8888c1bd0399bcd499bd1a6bf0cb7fc028b"
            },
            "downloads": -1,
            "filename": "clipassgen-0.7.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95bb973cfb0b9a2e36b77215644a4e3a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 12056,
            "upload_time": "2025-08-24T18:23:32",
            "upload_time_iso_8601": "2025-08-24T18:23:32.282304Z",
            "url": "https://files.pythonhosted.org/packages/23/06/809e7b61d4c9b2010ecd4f98a1171dfc73734de3f8b2c9bd67a18d6b2615/clipassgen-0.7.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "77d49570eb8ff52fa169414bca2f9d32bb155bc0d5936ee70fbaeccc48457dc8",
                "md5": "e7756cde6640ed913a38ecf4c6e25ce3",
                "sha256": "17bfd6123124e47067e891361258ee422d4df476574bdd2a09edf96dcc0028e8"
            },
            "downloads": -1,
            "filename": "clipassgen-0.7.6.tar.gz",
            "has_sig": false,
            "md5_digest": "e7756cde6640ed913a38ecf4c6e25ce3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9781,
            "upload_time": "2025-08-24T18:23:33",
            "upload_time_iso_8601": "2025-08-24T18:23:33.028052Z",
            "url": "https://files.pythonhosted.org/packages/77/d4/9570eb8ff52fa169414bca2f9d32bb155bc0d5936ee70fbaeccc48457dc8/clipassgen-0.7.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-24 18:23:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "smartlegionlab",
    "github_project": "clipassgen",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "clipassgen"
}
        
Elapsed time: 1.44389s