#file-encryption #encryption #text-file #file #fernet #command-line-tool #cli

app filecrypt

Encrypt and decrypt files using Fernet symmetric encryption

4 releases

0.1.4 Apr 8, 2024
0.1.3 Apr 8, 2024
0.1.2 Apr 8, 2024
0.1.0 Apr 8, 2024

#316 in Command line utilities

Download history 237/week @ 2024-04-03 54/week @ 2024-04-10

97 downloads per month

MIT license

8KB
104 lines

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:


cargo install filecrypt

Usage

Help


filecrypt --help

Encrypting a file


filecrypt --file <file_path> --encrypt

Decrypting a file


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

LICENSE

MIT License

Author

Oguzhan Dogan

Dependencies

~8–17MB
~316K SLoC