|
1 | 1 | # EncryptoPack |
2 | 2 |
|
3 | | -_**An intuitive application for securing files and folders through encryption.**_ |
| 3 | +**An intuitive application for securing files and folders through encryption.** |
| 4 | + |
| 5 | +_Encryption is a process of transforming data into an unreadable form, so that only authorized parties can access it. Encryption helps protect your privacy and security by preventing unauthorized access, modification, or theft of your files and folders._ |
| 6 | + |
| 7 | +_EncryptoPack is a simple and user-friendly application that allows you to encrypt and decrypt your files and folders using AES-256 encryption, one of the most secure and widely used encryption algorithms._ |
| 8 | + |
| 9 | +--- |
| 10 | + |
| 11 | +## Features |
| 12 | + |
| 13 | +- Encrypt files and folders using AES-256 encryption. |
| 14 | +- Generate a recovery key in case you forget your password. |
| 15 | +- Support a separate key file for extra security. |
4 | 16 |
|
5 | 17 | --- |
6 | 18 |
|
7 | 19 | ## Get Started |
8 | 20 |
|
9 | | -To get started with EncryptoPack, you can clone the project using **Git:** |
| 21 | +- To get started with **EncryptoPack**, you can clone the project using **Git**: |
10 | 22 |
|
11 | 23 | ```bash |
12 | | -git clone https://github.com/TechWhizKid/EncryptoPack.git |
| 24 | +git clone --depth 1 https://github.com/TechWhizKid/EncryptoPack.git |
13 | 25 | ``` |
14 | 26 |
|
15 | | -Next, install the required dependencies using pip: |
| 27 | +- Next, install the required dependencies using **pip**: |
16 | 28 |
|
17 | 29 | ```bash |
18 | | -pip install PqQt5 psutil pycryptodome |
| 30 | +pip install -r requrements.txt |
19 | 31 | ``` |
20 | 32 |
|
21 | | -### Latest Release: [v1.0](https://github.com/TechWhizKid/EncryptoPack/releases) |
| 33 | +- Or if you are on **Linux** or **MacOS**: |
22 | 34 |
|
23 | | - |
| 35 | +```bash |
| 36 | +pip3 install -r requrements.txt |
| 37 | +``` |
| 38 | + |
| 39 | +- You can also get the windows binary **[here](https://github.com/TechWhizKid/EncryptoPack/releases)**. |
| 40 | + |
| 41 | +<ul><a href="https://github.com/TechWhizKid/EncryptoPack/releases/tag/v1.0"><img src="https://img.shields.io/badge/Version-v1.0-blue"></a></ul> |
24 | 42 |
|
25 | 43 | --- |
26 | 44 |
|
27 | 45 | <div align="center"> |
28 | 46 |
|
29 | 47 | ## Screenshots |
30 | 48 |
|
31 | | -<img src="https://github.com/TechWhizKid/EncryptoPack/blob/main/Preview/image_1.png?raw=true" alt="app_image" width="350"> |
| 49 | +<table> |
| 50 | + <tr> |
| 51 | + <th> |
| 52 | + <img src="./Preview/image_1.png" alt="app_image"> |
| 53 | + </th> |
| 54 | + <th> |
| 55 | + <img src="./Preview/image_2.png" alt="app_image"> |
| 56 | + </th> |
| 57 | + <tr> |
| 58 | +</table> |
32 | 59 |
|
33 | | -<img src="https://github.com/TechWhizKid/EncryptoPack/blob/main/Preview/image_2.png?raw=true" alt="app_image" width="350"> |
| 60 | +</div> |
34 | 61 |
|
35 | 62 | --- |
36 | 63 |
|
37 | | -</div> |
|
0 commit comments