Skip to content

Commit 84c359c

Browse files
authored
Update README.md
1 parent 91447cd commit 84c359c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ File Encryptor is a command-line tool written in Go that provides secure file en
1313
- Support for **all file types**: text, images (JPG, PNG), videos, spreadsheets, and more
1414
- Parallel processing for faster encryption and decryption of large files
1515

16+
**File Support Note**:
17+
- The tool supports all file types, including:
18+
- **Text**: TXT, CSV, JSON
19+
- **Media**: JPG, PNG, MP4
20+
- **Documents**: DOCX, PDF, XLS
21+
- **Others**: Any other binary file format.
22+
23+
Example usage ensures seamless encryption and decryption without data corruption.
24+
1625
## Installation
1726

1827
1. Ensure you have Go installed on your system (version 1.16 or later).
@@ -118,11 +127,3 @@ This tool is provided as-is, without any warranties. Always ensure you have back
118127

119128
---
120129

121-
**File Support Note**:
122-
- The tool supports all file types, including:
123-
- **Text**: TXT, CSV, JSON
124-
- **Media**: JPG, PNG, MP4
125-
- **Documents**: DOCX, PDF, XLS
126-
- **Others**: Any other binary file format.
127-
128-
Example usage ensures seamless encryption and decryption without data corruption.

0 commit comments

Comments
 (0)