diff --git a/README.md b/README.md index f864f9a..8debf9f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A password encryptor package for Linux >Complete revamp coming soon! >This is a powerful software to be used only at user's risk. ->RSA and AES encrytion techniques ensure that your data is secure and safe. +>RSA and AES encrytion techniques ensure that your data is secure and safe . >A menu driven program to easily begin using The Encryptor. >It takes one username and password at a time and encrypts them in a secure file. Further versions will see an addition to the number of pairs that can be added. >The method ensures that while sending any credentials to authorised users, only they have the access to it. @@ -23,7 +23,7 @@ $ python3 Source.py ## Dependencies -You must have Python 3.x and Pycryptodome installed. In addition to this, several custom packages are included in the bin folder of the Repository.. +You must have Python 3.x and Pycryptodome installed. In addition to this, several custom packages are included in the bin folder of the Repository. ```sh pip install pycryptodome ```