Skip to content

Commit 679f4b8

Browse files
committed
Improve documentation
1 parent 53cdce4 commit 679f4b8

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

README.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Protect Your Privacy, Secure Your Digital World.
4040
<!-- omit in toc -->
4141
## About
4242

43-
Privacy Shield is a suite of simple tools to help you manage your privacy in the digital world.
44-
The tools included in Privacy Shield are:
43+
Privacy Shield is a suite of simple tools to help you manage your privacy.
44+
These tools include:
4545

46-
* **[Password Manager](#password-manager)** – A simple password manager that stores your passwords in an encrypted file.
46+
* **[Password Manager](#password-manager)** – A simple password manager that encrypts your passwords for storage.
4747
* **[File Encryptor/Decryptor](#file-encryptordecryptor)** – A simple tool to encrypt/decrypt your files.
4848
* **[File Shredder](#file-shredder)** - A simple file shredder to securely delete your files.
49-
* **[Browser Privacy Tracks Cleaner](#browser-privacy-tracks-cleaner)**A simple tool to clean browser cookies and history items.
49+
* **[Browser Privacy Tracks Cleaner](#browser-privacy-tracks-cleaner)**Cleans browser cookies and history items.
5050
* **[File Deduplicator](#file-deduplicator)** – A bonus tool to help remove redundant files.
5151

5252
<!-- omit in toc -->
@@ -86,14 +86,6 @@ empowering individuals like you to reclaim your privacy and fortify your digital
8686
Thus, the Privacy Shield was born—a culmination of my passion for technology and my unwavering commitment
8787
to safeguarding privacy.
8888

89-
Are you ready to don your digital armor and become a guardian of your own privacy?
90-
Privacy Shield invites you to join the ranks of those who refuse to compromise on privacy.
91-
Take control of your digital destiny,
92-
revel in the peace of mind that fortified privacy brings, and protect what matters most—your personal information.
93-
94-
Together, let's shape a world where privacy reigns supreme,
95-
and our digital sanctuaries remain impervious to prying eyes.
96-
9789
## Features
9890

9991
* **Cross-Platform** – Privacy Shield is written in C++ and uses CMake as its build system,
@@ -107,7 +99,7 @@ If you find any security vulnerabilities, please report them, or better yet, sub
10799

108100
* **Fast** – Privacy Shield is designed to be fast, with support for multi-threading and concurrency.
109101

110-
* **Lightweight** and **Portable** – The design is simple and lightweight.
102+
* **Lightweight** and **Portable** – The design is straightforward and lightweight.
111103

112104
* **Safe** – Privacy Shield supports safe operations, with support for cancellation and error handling.
113105

@@ -202,7 +194,7 @@ The password manager also features the following tools:
202194
* **Analytics** – A simple analytics tool to analyze your passwords for strength and reuse.
203195

204196
**A note on importation**\
205-
For importing passwords, the CSV file **must have three and only three columns**: name, username, and password (in that order).
197+
For importing passwords, the CSV file **must have three and only three columns**: _name_, _username_, and _password_ (in that order).
206198
The file can have a header row, but it is not required (the program will ask you if the file has a header row).
207199
**Non-conforming rows will be skipped**.
208200

0 commit comments

Comments
 (0)