DirCrypt is a user-friendly tool for encrypting and decrypting directories. It provides a simple graphical interface to secure your files with a password. This application is useful for protecting sensitive data by transforming it into an unreadable format and restoring it when needed.
- Encrypt Directories: Secure your directories with a password to prevent unauthorized access.
- Decrypt Directories: Restore encrypted directories back to their original state using the correct password.
- Simple GUI: Easy-to-use graphical interface for selecting directories, setting passwords, and starting encryption or decryption.
- Password Protection: Password-based encryption to safeguard your data.
- Cross-Platform: Works on various versions of Windows, making it accessible to a broad range of users.
- .NET Framework: Ensure the .NET Framework is installed on your system. You can download it from Microsoft's website.
- Visual Studio: Install Visual Studio for compiling and running the application. You can download it from visualstudio.microsoft.com.
-
Clone the repository:
git clone https://github.com/yourusername/dircrypt.git cd dircrypt
-
Open Project in Visual Studio:
- Open Visual Studio.
- Select
Open a project or solution
. - Navigate to the directory where you cloned the repository and open
DirCrypt.sln
.
-
Build and Run the Application:
- Click on
Build
in the top menu. - Select
Build Solution
. - Click on
Debug
in the top menu and selectStart Debugging
or pressF5
to run the application.
- Click on
-
Launch DirCrypt: Start the application by running
DirCrypt.exe
after building it. -
Select Directory: Click the
Select
button and choose the directory you want to encrypt or decrypt. -
Enter Password: Type a password into the password field. This password will be used to secure your directory.
-
Choose Operation: Select either
Encryption
orDecryption
based on your desired action. -
Start Process: Click the
Start encrypting
button to initiate the encryption or decryption process.
- Select Directory: Click
Select
and navigate to the directory you wish to encrypt. - Set Password: Enter a strong password in the
Password for directory
field. - Choose Encryption: Ensure the
Encryption
option is selected. - Start Encryption: Click the
Start encrypting
button. The directory will be encrypted and secured with the chosen password.
- Select Directory: Click
Select
and navigate to the encrypted directory. - Enter Password: Type the password used during encryption in the
Password for directory
field. - Choose Decryption: Select the
Decryption
option. - Start Decryption: Click the
Start encrypting
button to decrypt the directory.
If you'd like to contribute to this project, please fork the repository and use a feature branch. Pull requests are warmly welcome.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or issues, please contact [eddit@edditdev.com].