Skip to content

Commit 2d13084

Browse files
committed
Update README.md
1 parent f5d7423 commit 2d13084

1 file changed

Lines changed: 36 additions & 10 deletions

File tree

README.md

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,63 @@
11
# EncryptoPack
22

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.
416

517
---
618

719
## Get Started
820

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**:
1022

1123
```bash
12-
git clone https://github.com/TechWhizKid/EncryptoPack.git
24+
git clone --depth 1 https://github.com/TechWhizKid/EncryptoPack.git
1325
```
1426

15-
Next, install the required dependencies using pip:
27+
- Next, install the required dependencies using **pip**:
1628

1729
```bash
18-
pip install PqQt5 psutil pycryptodome
30+
pip install -r requrements.txt
1931
```
2032

21-
### Latest Release: [v1.0](https://github.com/TechWhizKid/EncryptoPack/releases)
33+
- Or if you are on **Linux** or **MacOS**:
2234

23-
![Static Badge](https://img.shields.io/badge/Version-v1.0-blue)
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>
2442

2543
---
2644

2745
<div align="center">
2846

2947
## Screenshots
3048

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>
3259

33-
<img src="https://github.com/TechWhizKid/EncryptoPack/blob/main/Preview/image_2.png?raw=true" alt="app_image" width="350">
60+
</div>
3461

3562
---
3663

37-
</div>

0 commit comments

Comments
 (0)