filecrypt 0.1.4

Encrypt and decrypt files using Fernet symmetric encryption
# File Encryption and Decryption CLI Tool

This is a simple CLI tool that encrypts and decrypts files contents. 

## Features

- Encrypts and decrypts files

- Only supports text files


## Installation

If you have cargo installed, you can install the tool by running the following command:

```bash

cargo install filecrypt

```

## Usage

### Help

```bash

filecrypt --help

```

### Encrypting a file
```bash

filecrypt --file <file_path> --encrypt

```

### Decrypting a file

```bash

filecrypt --file <file_path> --key <key> --decrypt

```
## LICENSE

[MIT License](LICENSE)

## Author

Oguzhan Dogan