https://github.com/boloto1979/file-encryptor
file encryption program with a graphical interface using the GTK library.
https://github.com/boloto1979/file-encryptor
cpp csharp encryption
Last synced: 3 months ago
JSON representation
file encryption program with a graphical interface using the GTK library.
- Host: GitHub
- URL: https://github.com/boloto1979/file-encryptor
- Owner: boloto1979
- License: mit
- Created: 2023-06-18T14:27:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T18:28:24.000Z (almost 3 years ago)
- Last Synced: 2025-10-24T13:25:11.684Z (8 months ago)
- Topics: cpp, csharp, encryption
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File-Encryptor
This is a project under development for a file encryption program with a graphical interface using the GTK library.
## Functionalities
- Allows you to select a file from your computer.
- Encrypts the file contents using Caesar's encryption algorithm.
- Intuitive graphical interface.
## Requirements
- GTK library installed on the system.
- GCC compiler.
## Compilation and Execution
1. Clone the repository:
```
git clone https://github.com/boloto1979/File-Encryptor.git
```
2. Navigate to the project directory:
```
cd "Repository"
```
3. Compile the program:
```
gcc -o criptografia criptografia.c pkg-config --cflags --libs gtk+-3.0
```
4. Run the program:
```
./criptografia
```
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Attention
This project is under development and may contain bugs and missing features. Please feel free to contribute or report issues you encounter.