Skip to content

Cross-platform console smart password generator and manager.

License

Notifications You must be signed in to change notification settings

smartlegionlab/clipassman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clipassman v0.7.1

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 GitHub release (latest by date) PyPI PyPI - Downloads GitHub PyPI - Format


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

  • Console Smart Password Generator: 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


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