username-password
There are 12 repositories under username-password topic.
haleemyousef/FacebookPhisher
Hard-to-detect facebook clone webpage that stores victim credentials in either a file or a database
J-Nova/Username-Password-List-Generator
Generates Username:Password List
curityio/username-password-authenticator
An authenticator to customize username and password flows
techguy940/fake-name-generator
Fake Name Generator for Website (UserNames)
kathleenwest/WebAPIBasicAuthenticationDemo
This project presents a Visual Studio solution including a simple demo ASP.Net Web API Basic Authentication Service Application and a “Tester” Client (Windows Form Application) that allows the user to test the Web API with CRUD operations (GET, POST, PUT, DELETE) that service design requires authentication (except the Get). In addition to demonstrating standard CRUD capabilities, the Web API service implements a .Net Memory Cache (MemoryCache) and custom username and password validator. Passwords are stored securely using Password-Based Key Derivation Function PBKD cryptology. The client “tester” windows form application is not intended as a UX/UI demo but used to test and verify that the backend authentication service allows the user to register with a username and password and verify the Web API CRUD functions based on basic authentication scheme. Lastly, the project is shown in the demo section with a video and screen captures. Note: Every Web API Authentication service should use secure transport. For brevity, this demo project does not implement or discuss the complicated detail nature of SSL/TLS.
wonsuchai/Navigate-to-the-repo-s-main-source-page-on-GitHub
Click the 'fork' link next to the repo's name
zanuccod/IdentityServer4.UsernamePassword.Authentication
An example to use Identity Server 4 for authentication with username and password
AbuZar-Babar/University-Portal-GUI
A simple Java Program for managing student and teacher information
Artemis-solomon/ShadowStrike
ShadowStrike is an interactive bash script for educational SSH brute force simulation. User-configurable with error handling, it leverages Hydra to automate attacks. Ideal for controlled security testing and learning about vulnerabilities.
blalmal10a/up-auth
UP Auth is a Simplified Authentication Service, which provide simple and easy to integrate, username/password authentication service
baponkar/gui_signin_signup_in_python3
A GUI Desktop Sign In and Sign Up application by made Python3 with modules sqlite3, hashlib, PyQt5
baponkar/sign_in_and_sign_up_by_sqlite3_and_python3
Sign_in.py script for user register into a database with password.Sign_up.py script for validate a user and complete sign in process.The two module required sqlite3 and hashlib