Skip to content

Commit fb10e57

Browse files
authored
Create README.md
1 parent 7c17bf7 commit fb10e57

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# File Hider Project
2+
3+
## Overview
4+
The **File Hider Project** is a Java-based application designed to hide and unhide files on your system, ensuring enhanced privacy and security. It provides an intuitive user interface to easily manage the visibility of files and folders without needing advanced technical knowledge.
5+
6+
## Features
7+
- 📁 **Hide files**: Securely hide files to protect sensitive data.
8+
- 🔍 **Unhide files**: Easily restore visibility of hidden files.
9+
- 💻 **User-friendly**: Simple, easy-to-use interface.
10+
- 🔒 **Enhanced privacy**: Keep your important files hidden from unwanted access.
11+
12+
## Technologies Used
13+
- **Java**: Core application logic.
14+
15+
16+
## How to Use
17+
1. **Clone the repository**:
18+
```bash
19+
git clone https://github.com/riti2601/File_Hider_Project.git
20+
```
21+
2. **Navigate to the project directory**:
22+
```bash
23+
cd File_Hider_Project
24+
```
25+
3. **Compile and run the Java program**:
26+
```bash
27+
javac FileHider.java
28+
java FileHider
29+
```
30+
31+
## Prerequisites
32+
- **Java Development Kit (JDK)** 8 or later installed.
33+
- Basic understanding of running Java applications.
34+
35+
## Future Enhancements
36+
- Support for hiding folders.
37+
- Encryption for added security.
38+
- Cross-platform compatibility.
39+
40+
## Contributing
41+
Contributions are welcome! Feel free to submit a pull request or open an issue for any improvements or bugs.
42+
43+
## License
44+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
45+
46+
## Author
47+
- **Ritisha Pande**
48+
[GitHub](https://github.com/riti2601)
49+
50+
---
51+

0 commit comments

Comments
 (0)