Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
```
Expand Down