From 078202bf84e633612f255ca9246032e686889e03 Mon Sep 17 00:00:00 2001 From: Mehran Kamalifard Date: Fri, 22 Mar 2024 14:33:26 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d4e7a7..d053056 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # PassGuard -The `PassGuard` provides visual feedback to help users create stronger passwords by identifying common mistakes. The PassGuard using 16 algorithms and a scoring mechanism to gauge password strength since there is no official rating system available. +The `PassGuard` provides visual feedback to help users create stronger passwords by identifying common mistakes. The PassGuard uses 16 algorithms of different complexities. Each algorithm assigns a score to the input password using a specific formula. These scores are then combined to calculate a final score, which can range from 0 to 100. `The PassGuard runs on the user device as a framework and does not store or send user password over the network.`