Skip to content
#

password-safety

Here are 264 public repositories matching this topic...

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.

  • Updated Jan 11, 2019
  • JavaScript

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…

  • Updated Aug 1, 2014
  • JavaScript

Improve this page

Add a description, image, and links to the password-safety topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the password-safety topic, visit your repo's landing page and select "manage topics."

Learn more