You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SUPPORT] Added support for command line interface (CLI). Feature request can be found here, and the CLI commands will be documented in the examples page soon.
[ADDED] New setup.py file to support the adjustments needed for CLI.
[CRITICAL SECURITY PATCH] Fixed a critical security issue that is affecting currently everyone <1.0.5. It is highly recommended to update.
[ADDED] Added a new quickgenerate function which can allow people to in bulk generate passwords that have letters and numbers. This will get more update as Passeo is developed to strengthen security of Passeo's users.
[ADDED] Added case check to the strength check to Passeo, checking for uppercase/lowercase, and did some other minor improvements. See the Pull Request here.