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
A fullstack online web application project made with vanilla Node.js and no frontend frameworks. Uses MongoDB for the database and implements session based authentication. Minimal imported code, e.g I wrote the code for form validation and sessions all by myself.
Password strength is a measure of the effectiveness of a password in resisting guessing and brute-force attacks. In its usual form, it estimates how many trials an attacker who does not have direct access to the password would need, on average, to guess it correctly. The strength of a password is a function of length, complexity, and unpredictab…
pwCheck is a utility package that gives password strength and verifies passphrase has not been compromised in a previous breach using the https://haveibeenpwned.com API.
Password management application help store, manage, and generate random passwords securely, including lowercase letters, uppercase letters, special characters, and numbers for enhanced security.