# clipassman <sup>v0.7.1</sup>
___clipassman___ - Cross-platform console Smart Password manager and generator.
Working with passwords has never been so secure.
There is no encryption, smart passwords are not stored anywhere, they are generated on the fly.
They do not need to be remembered, encrypted or written down.
You only need to remember the secret phrase.
And at the right time, using a secret phrase, you can simply generate your password on the fly.
***
![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/clipassman)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/clipassman)](https://github.com/smartlegionlab/clipassman/)
[![PyPI](https://img.shields.io/pypi/v/clipassman)](https://pypi.org/project/clipassman)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/clipassman?label=pypi%20downloads)](https://pypi.org/project/clipassman/)
[![GitHub](https://img.shields.io/github/license/smartlegionlab/clipassman)](https://github.com/smartlegionlab/clipassman/blob/master/LICENSE)
[![PyPI - Format](https://img.shields.io/pypi/format/clipassman)](https://pypi.org/project/clipassman)
***
## Short description:
___clipassman___ - Cross-platform console Smart Password manager and generator.
- Passwords are not stored anywhere, neither in open nor in encrypted form, they are generated on the fly.
- Complex passwords up to 1000 characters.
- The password does not need to be stored, memorized or written down anywhere, you only remember
a secret phrase that you keep in your head.
- Only the login, password length and public key are stored in open form.
These entries are stored in a .cases.json file in your home directory.
If an attacker gains access to this file, they will not be able to obtain your passwords.
You can only get passwords by knowing the secret phrase, and it is stored in your head.
Or in any place that no one knows about, and cannot even assume that you are using
this text as a secret phrase.
- Library for creating smart password generators and managers: [smartpasslib](https://github.com/smartlegionlab/smartpasslib/)
- Console Smart Password Generator: [clipassgen](https://github.com/smartlegionlab/clipassgen/)
***
Author and developer: ___A.A. Suvorov___
***
## Supported:
- Linux: All.
- Windows: 7/8/10.
- Termux (Android).
***
## What is news:
__clipassman v0.7.1__
> WARNING! Due to changes made to improve security, old public keys will no longer work. They must be regenerated.
> Regenerate your smart passwords. ALL PASSWORDS WILL REMAIN THE SAME, only the public keys used for verification during generation will change.
- Fix errors.
- Improved user interface.
- Improved security.
- When you create a smart password, you see a secret phrase (to make sure you entered exactly what you wanted),
when you receive a smart password, a hidden input is used.
- Improved performance.
***
## Help:
`pip install clipassman`
`clipassman`
On some systems, when running the command `pip install clipassman` an error occurs, you can solve it like this
`pip install clipassman --break-system-packages`
`clipassman`
or
1. Download the project.
2. Unpack to the desired folder.
3. `python app.py`
***
## Images:
![LOGO](https://github.com/smartlegionlab/clipassman/raw/master/data/images/clipassman.png)
***
## 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/clipassman/",
"name": "clipassman",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "clipassgen, clipassman, password generator, passgen, smartpasslib, smart password generator, cli password generator, cli password manager, smart password manager, password manager, smartpassman, smartlegionlab",
"author": "A.A. Suvorov",
"author_email": "smartlegiondev@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/9b/50/75ae14b54cf4d447fffde4fde4add8a3b148ceabdad8d68f9060c3fdd627/clipassman-0.7.1.tar.gz",
"platform": null,
"description": "# clipassman <sup>v0.7.1</sup>\n\n___clipassman___ - Cross-platform console Smart Password manager and generator.\n\nWorking with passwords has never been so secure.\nThere is no encryption, smart passwords are not stored anywhere, they are generated on the fly.\nThey do not need to be remembered, encrypted or written down. \nYou only need to remember the secret phrase. \nAnd at the right time, using a secret phrase, you can simply generate your password on the fly.\n\n***\n\n![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/clipassman)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/clipassman)](https://github.com/smartlegionlab/clipassman/)\n[![PyPI](https://img.shields.io/pypi/v/clipassman)](https://pypi.org/project/clipassman)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/clipassman?label=pypi%20downloads)](https://pypi.org/project/clipassman/)\n[![GitHub](https://img.shields.io/github/license/smartlegionlab/clipassman)](https://github.com/smartlegionlab/clipassman/blob/master/LICENSE)\n[![PyPI - Format](https://img.shields.io/pypi/format/clipassman)](https://pypi.org/project/clipassman)\n\n\n***\n\n\n## Short description:\n\n___clipassman___ - Cross-platform console Smart Password manager and generator.\n\n- Passwords are not stored anywhere, neither in open nor in encrypted form, they are generated on the fly.\n- Complex passwords up to 1000 characters.\n- The password does not need to be stored, memorized or written down anywhere, you only remember\na secret phrase that you keep in your head. \n- Only the login, password length and public key are stored in open form. \nThese entries are stored in a .cases.json file in your home directory. \nIf an attacker gains access to this file, they will not be able to obtain your passwords. \nYou can only get passwords by knowing the secret phrase, and it is stored in your head. \nOr in any place that no one knows about, and cannot even assume that you are using \nthis text as a secret phrase.\n\n- Library for creating smart password generators and managers: [smartpasslib](https://github.com/smartlegionlab/smartpasslib/)\n- Console Smart Password Generator: [clipassgen](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\n## What is news:\n\n__clipassman v0.7.1__\n\n> WARNING! Due to changes made to improve security, old public keys will no longer work. They must be regenerated. \n> Regenerate your smart passwords. ALL PASSWORDS WILL REMAIN THE SAME, only the public keys used for verification during generation will change.\n\n- Fix errors.\n- Improved user interface.\n- Improved security.\n- When you create a smart password, you see a secret phrase (to make sure you entered exactly what you wanted), \nwhen you receive a smart password, a hidden input is used.\n- Improved performance.\n\n***\n\n## Help:\n\n`pip install clipassman`\n\n`clipassman`\n\nOn some systems, when running the command `pip install clipassman` an error occurs, you can solve it like this \n\n`pip install clipassman --break-system-packages`\n\n`clipassman`\n\nor\n\n1. Download the project.\n2. Unpack to the desired folder.\n3. `python app.py`\n\n***\n\n## Images:\n\n![LOGO](https://github.com/smartlegionlab/clipassman/raw/master/data/images/clipassman.png)\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": "Cross-platform console Smart Password manager and generator.",
"version": "0.7.1",
"project_urls": {
"Documentation": "https://github.com/smartlegionlab/clipassman/blob/master/README.md",
"Homepage": "https://github.com/smartlegionlab/clipassman/",
"Release notes": "https://github.com/smartlegionlab/clipassman/releases"
},
"split_keywords": [
"clipassgen",
" clipassman",
" password generator",
" passgen",
" smartpasslib",
" smart password generator",
" cli password generator",
" cli password manager",
" smart password manager",
" password manager",
" smartpassman",
" smartlegionlab"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1e28d2c58c173e37c8d9169dbaeb7329291705b525b71b359946981317127b3a",
"md5": "68cb4c5236d438850b01db1943985d4a",
"sha256": "77fa797e9eca571a9fa8eb28ea73f4851498c32478f0bde78f3821cd44caf6b9"
},
"downloads": -1,
"filename": "clipassman-0.7.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "68cb4c5236d438850b01db1943985d4a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 11581,
"upload_time": "2024-08-03T12:55:06",
"upload_time_iso_8601": "2024-08-03T12:55:06.448509Z",
"url": "https://files.pythonhosted.org/packages/1e/28/d2c58c173e37c8d9169dbaeb7329291705b525b71b359946981317127b3a/clipassman-0.7.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9b5075ae14b54cf4d447fffde4fde4add8a3b148ceabdad8d68f9060c3fdd627",
"md5": "d28f1d0ea5864d3b7b20f1d0d3e5ef82",
"sha256": "9cc204b338ce9306a9bac7567962e67b863a07671cc2caeb8179372a39ad5051"
},
"downloads": -1,
"filename": "clipassman-0.7.1.tar.gz",
"has_sig": false,
"md5_digest": "d28f1d0ea5864d3b7b20f1d0d3e5ef82",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 10808,
"upload_time": "2024-08-03T12:55:08",
"upload_time_iso_8601": "2024-08-03T12:55:08.183791Z",
"url": "https://files.pythonhosted.org/packages/9b/50/75ae14b54cf4d447fffde4fde4add8a3b148ceabdad8d68f9060c3fdd627/clipassman-0.7.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-03 12:55:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "smartlegionlab",
"github_project": "clipassman",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "clipassman"
}