filecrypt 0.1.0

Encrypt and decrypt files using Fernet symmetric encryption
filecrypt-0.1.0 is not a library.

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

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