From c17130702507ae9e4e7f862bd2526498a5b8a520 Mon Sep 17 00:00:00 2001 From: Akshay Vs <85959609+Akshay-Vs@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:53:29 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3792bdc..9be68f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -

A medium security python password manager that encrypt passwords using Advanced Encryption Standard (AES)

+

A secured python password manager that encrypts passwords using Advanced Encryption Standard (AES)

______ @@ -18,7 +18,7 @@ ______ _____________ -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.

@@ -40,8 +40,8 @@ PassLock is a password manager and password generator that encrypts passwords us • C++ 17

Requerments

- • PassLock requered python 3.7 or above
- • PassLock requeres 3 third party modules, and it will automatically install while running
+ • PassLock required python 3.7 or above
+ • PassLock requires 3 third party modules, and it will automatically install while running
| requirements | required version | @@ -66,7 +66,7 @@ PassLock is a password manager and password generator that encrypts passwords us | 1.0 | 21-8-2021 |Enhanced security
Bug Fixes
Added 40-bit password genetator
optimized performance | 1.1 | 26-8-2021 |Improved encryption
Unlimited length random password generator
User defined Key (upto 220 bit) | 1.6 | 06-9-2021 |Added new command to change path
Improved Startup speed
Fixed Random Password generation bug
Improved security
Now you can upgrade passowrds upto 62 bit encryption
Added --list command to list all saved password -| 1.7 | 20-9-2021 |Security Update:
   - Added seperate key to encrypt password to improve security
   - Fixed Some Security faults
   - Added a Process Manager that constanty monitor all processes +| 1.7 | 20-9-2021 |Security Update:
   - Added separate key to encrypt password to improve security
   - Fixed Some Security faults
   - Added a Process Manager that constantly monitor all processes | 2.0 | 04-11-2021 |Added new commands
Added notifications enabled
Added a cool looking Terminal Graphical interface
Added parallel encryption
Added multiple page tui
Optimized encryption
Changed data saving method
Optimized startup time to milliseconds
Faster Encryption
Improved BitRate
Multiple keys supports
Bug fixes
Improved process manager
@@ -81,7 +81,7 @@ PassLock is a password manager and password generator that encrypts passwords us

Installation

Install using git bash $git clone https://github.com/Akshay-Vs/AES-encrypted-password-manager.git
- Or click download button 👇
+ Or click Download button 👇
blank Download installer 👇