password-complexity
There are 13 repositories under password-complexity topic.
mazipan/vue-complexify
:cop: Vuejs porting library from jquery.complexify.js
jackyhuynh/AndroidExpenseTracking
The mobile expense tracking is built with Android Studio and Java. The app features password complexity and encryption. The app also allows multiple users to get access to the resource. Its function is fairly simple, Expense Tracking allows user to enter their expense in that month. Users can add items to the app and track how much and what they spend on that month. The app uses SQLite as its database. and content is stored directly on the phone.
Amr4924/Password-Generator
A small, configurable C++ utility for generating secure random passwords. Designed for learning and practical use — supports lowercase, uppercase, digits, special characters, adjustable length, and reproducible output via seeding.
LGD-P/Password-Strength-Checker
This is a simple command-line interface (CLI) tool designed to assess the strength of passwords and determine if they need to be changed. You can also generate strong passwords with it. The tool utilizes two important components:
20MH1A04H9/Prodigy_infoTech
Providing World Class E-Learning Experince with Real world Internships
falgunichugh/PRODIGY_CS_03
This Python script evaluates the strength of a password based on its length, and the presence of lowercase and uppercase letters, numbers, and special characters. It provides feedback on each criterion and an overall strength rating, helping users create stronger passwords.
Maharkk/PRODIGY_CS_03
A simple Password Complexity Checker tool that assesses the strength of passwords based on length, uppercase and lowercase letters, numbers, and special characters. Provides feedback on whether a password is strong, moderate, or weak.
Nishith3903/PRODIGY_CS_03
Implementation of Password Complexity Checker Code
sadbattery/Password-Complexity-Checker
This program evaluates password complexity and provides guidance on creating a stronger password.
carlosramireznycla/Password-Strength-Checker
Ensure your passwords are up to the mark with Password Compliance Checker! This Python-based GUI application scrutinizes your passwords for complexity, including length, digit inclusion, special characters, and avoidance of common patterns, providing you with instant feedback to enhance your security.
HyunSeob/password-complexity
A light weight password complexity evaluator
Leefrost/Jquery.PasswordComplexity
Jquery plugin for password`s complexity computing
mz-mukhtar/PRODIGY_CS_03
Password Complexity Checker – A Python tool to evaluate the strength of user passwords based on length, uppercase and lowercase letters, digits, and special characters. The tool provides clear feedback on password strength to help users create secure passwords.