An open API service indexing awesome lists of open source software.

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.

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.