From f591191480887aa8149884eb62e0626fd0c3b4b1 Mon Sep 17 00:00:00 2001
From: Pritish Mishra <55872694+pritishmishra703@users.noreply.github.com>
Date: Wed, 30 Sep 2020 19:29:35 +0530
Subject: [PATCH] Update README.md
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 6bf962d..f8e3052 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Chrome-password-stealer
-When you request Google Chrome to save your password on a given website, it stores it in a "Login Data" file (sqlite database file).
-In order to securely store the password, the password is encrypted using user's window's credentials.
-This program decrypts the passwords in user's machine and then copys them to the same directory in which program is present.
-So if the executable version of this program is plugged into any computer running windows and Google Chrome, running this program will copy all the Chrome saved passwords into a text file.
-Please dont misuse this program. I will not be responsible for any destructive outcomes of this program.
+When you request Google Chrome to save your password on a given website, it stores it in a "Login Data" file (SQLite database file).
+To securely store the password, the password is encrypted using the user's window's credentials.
+This program decrypts the passwords in the user's machine and then copies them to the same directory in which the program is present.
+So if the executable version of this program is plugged into any computer running Windows and Google Chrome, running this program will copy all the Chrome saved passwords into a text file.
+Please don't misuse this program. I will not be responsible for any destructive outcomes of this program.