Skip to content

clipassgen v0.6.0

Compare
Choose a tag to compare
@smartlegionlab smartlegionlab released this 11 Jul 11:29
· 7 commits to master since this release

clipassgen - Console Smart Passwords Generator. Cross-platform console utility for generating cryptographically strong, recoverable, smart passwords.


What's new:

  • The code has been completely rewritten and improved.
  • Complete renunciation of addictions, even your own. This will allow you to run the application without any problems.
    All you need to do is download the source code and run the application. Or install using pip and run.
  • Hidden entry of a secret phrase.
  • Limit on password length from 10 to 1000.
  • Disable the ability to generate smart passwords using command options.
    This is done in order to prevent leakage of the secret phrase during generation,
    which was specified when generating smart passwords in the console.

I abandoned the click library, as well as my own dependencies, for the convenience of launching and using the application.