Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay-Vs committed Feb 5, 2024
1 parent a51262b commit c171307
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<a href="https://github.com/Akshay-Vs/PassLock/archive/refs/heads/main.zip"><img align="center" src="https://github.com/Akshay-Vs/PassLock/blob/main/.resources/images/f.4.png" width="100%"/></a>
</h1>
<h2 align="center">A medium security python password manager that encrypt passwords using Advanced Encryption Standard (AES)</h2>
<h2 align="center">A secured python password manager that encrypts passwords using Advanced Encryption Standard (AES)</h2>


______
Expand All @@ -18,7 +18,7 @@ ______
_____________

<pr>
PassLock is a password manager and password generator that encrypts passwords using AES and saves them securely on your local machine. The password is encrypted and decrypted using a user-defined key and will get updated in each use. Extending the length of the private key will steadily improve the overall security. PassLock also generates a 40-bit long password consisting of lowercase, uppercase letters, numbers, and symbols Passlock's 220bit AES encryption and infinitely long password generator make your passwords nearly impossible to break. Its Console Based User Interface will help to enhance your experience.
PassLock is a password manager and generator that encrypts passwords using AES and saves them securely on your local machine. The password is encrypted and decrypted using a user-defined key and will get updated in each use. Extending the length of the private key will steadily improve the overall security. PassLock also generates a 40-bit password consisting of lowercase, and uppercase letters, numbers, and symbols Passlock's 220-bit AES encryption and infinitely long password generator make your passwords nearly impossible to break. Its Console-Based User Interface will help to enhance your experience.
</pr>
<br>
<br>
Expand All @@ -40,8 +40,8 @@ PassLock is a password manager and password generator that encrypts passwords us
&bull; C++ 17<br>

<h2 align='left'><u><b>Requerments</b></u></h2>
&bull; PassLock requered python 3.7 or above<br>
&bull; PassLock requeres 3 third party modules, and it will automatically install while running<br>
&bull; PassLock required python 3.7 or above<br>
&bull; PassLock requires 3 third party modules, and it will automatically install while running<br>


| requirements | required version |
Expand All @@ -66,7 +66,7 @@ PassLock is a password manager and password generator that encrypts passwords us
| 1.0 | 21-8-2021 |Enhanced security<br>Bug Fixes<br>Added 40-bit password genetator<br>optimized performance
| 1.1 | 26-8-2021 |Improved encryption<br>Unlimited length random password generator<br>User defined Key (upto 220 bit)
| 1.6 | 06-9-2021 |Added new command to change path<br>Improved Startup speed<br>Fixed Random Password generation bug<br>Improved security<br>Now you can upgrade passowrds upto 62 bit encryption<br>Added --list command to list all saved password
| 1.7 | 20-9-2021 |Security Update:<br> &nbsp;&nbsp; - Added seperate key to encrypt password to improve security<br> &nbsp;&nbsp; - Fixed Some Security faults<br> &nbsp;&nbsp; - Added a Process Manager that constanty monitor all processes
| 1.7 | 20-9-2021 |Security Update:<br> &nbsp;&nbsp; - Added separate key to encrypt password to improve security<br> &nbsp;&nbsp; - Fixed Some Security faults<br> &nbsp;&nbsp; - Added a Process Manager that constantly monitor all processes
| 2.0 | 04-11-2021 |Added new commands<br>Added notifications enabled<br>Added a cool looking Terminal Graphical interface<br>Added parallel encryption<br>Added multiple page tui<br>Optimized encryption<br>Changed data saving method<br>Optimized startup time to milliseconds<br>Faster Encryption<br>Improved BitRate<br>Multiple keys supports<br>Bug fixes<br>Improved process manager<br>
</pre>
</details>
Expand All @@ -81,7 +81,7 @@ PassLock is a password manager and password generator that encrypts passwords us
<h2 align='left'><u><b>Installation</b></u></h2>
<p>Install using git bash
<code>$git clone https://github.com/Akshay-Vs/AES-encrypted-password-manager.git</code><br>
Or click download button 👇 <br>
Or click Download button 👇 <br>
<a href="https://github.com/Akshay-Vs/PassLock/archive/refs/heads/main.zip" target="blank"><img align="center" src="https://github.com/Akshay-Vs/resources/blob/main/src/download_bt.png" alt="blank" height="78" width="200" /></a>

Download installer 👇<br>
Expand Down

0 comments on commit c171307

Please sign in to comment.