filecrypt

Crates.iofilecrypt
lib.rsfilecrypt
version0.1.4
sourcesrc
created_at2024-04-08 07:09:02.922292
updated_at2024-04-08 10:19:54.833027
descriptionEncrypt and decrypt files using Fernet symmetric encryption
homepage
repositoryhttps://github.com/root27/filecrypt
max_upload_size
id1199959
size27,738
Oguzhan Dogan (root27)

documentation

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:


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

Commit count: 39

cargo fmt