Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 472 Bytes

File metadata and controls

21 lines (14 loc) · 472 Bytes

This project has been generated with AI, to compare it the AI possibilities with my original project https://github.com/miguelpher/encryptor, created two years ago (without AI)


File Encryptor

A CLI tool and library for secure file encryption using AES-GCM.

Installation

pip install .

Usage

file-encryptor generate-key --name mykey
file-encryptor encrypt data.txt --key mykey
file-encryptor decrypt data.txt.enc --key mykey