Skip to content

root27/filecrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Homebrew Installation

brew install root27/tools/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