Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LawOff/Pass11
A Fluent Password Checker app made using Python
https://github.com/LawOff/Pass11
checker customtkinter fluent fluent-design password tkinter windows windows-11
Last synced: 3 days ago
JSON representation
A Fluent Password Checker app made using Python
- Host: GitHub
- URL: https://github.com/LawOff/Pass11
- Owner: LawOff
- Created: 2022-11-09T10:11:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-28T12:02:17.000Z (about 1 year ago)
- Last Synced: 2024-08-02T06:14:27.175Z (3 months ago)
- Topics: checker, customtkinter, fluent, fluent-design, password, tkinter, windows, windows-11
- Language: Python
- Homepage:
- Size: 760 KB
- Stars: 48
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- WinUI-3-Apps-List - Pass11
README
---
A fluent password checker app made using Customtkinter
---
Preview:
## Features:
- Full UI made using Python [CustomTkinter](https://github.com/TomSchimansky/CustomTkinter "CustomTkinter")
- Fluent Design
- Complex Algorythm made in JS.
- Very advanced and precise analysis, with keywords, words/passwords often used, intricate patterns.
- Totally Offline usage.
- Instant analysis results
- Generate secured passwords
- Test your passwords securityApp made using [CustomTkinter](https://github.com/TomSchimansky/CustomTkinter "CustomTkinter") .
Thanks to [TomSchimansky](https://github.com/TomSchimansky/ "TomSchimansky").**CREDITS:** Algorythm [./assets/js/script.js](https://github.com/LawOff/Pass11/blob/0.0.2/assets/js/script.js "./assets/js/script.js") used is [zxcvbn](https://github.com/dropbox/zxcvbn "zxcvbn") to analyse the password, all credits to DropBox.
**IMPORTANT:** This app is a very early version, it's just a fun project I did.
**2: It can takes between 5-10s to start, due to the import of the js alogrythm.****09/11/2022.**