Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/root27/filecrypt

File Encryption and Decryption
https://github.com/root27/filecrypt

cli clitools encryption-decryption fernet files rust

Last synced: about 2 months ago
JSON representation

File Encryption and Decryption

Awesome Lists containing this project

README

        

# 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

```

## Homebrew Installation

```bash

brew install root27/tools/filecrypt

```

## Usage

### Help

```bash

filecrypt --help

```

### Encrypting a file
```bash

filecrypt --file --encrypt

```

### Decrypting a file

```bash

filecrypt --file --key --decrypt

```
## LICENSE

[MIT License](LICENSE)

## Author

Oguzhan Dogan