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/edditdev/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
Buildin the top menu. - Select
Build Solution. - Click on
Debugin the top menu and selectStart Debuggingor pressF5to run the application.
- Click on
-
Launch DirCrypt: Start the application by running
DirCrypt.exeafter building it. -
Select Directory: Click the
Selectbutton 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
EncryptionorDecryptionbased on your desired action. -
Start Process: Click the
Start encryptingbutton to initiate the encryption or decryption process.
- Select Directory: Click
Selectand navigate to the directory you wish to encrypt. - Set Password: Enter a strong password in the
Password for directoryfield. - Choose Encryption: Ensure the
Encryptionoption is selected. - Start Encryption: Click the
Start encryptingbutton. The directory will be encrypted and secured with the chosen password.
- Select Directory: Click
Selectand navigate to the encrypted directory. - Enter Password: Type the password used during encryption in the
Password for directoryfield. - Choose Decryption: Select the
Decryptionoption. - Start Decryption: Click the
Start encryptingbutton 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 [[email protected]].
