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)
A CLI tool and library for secure file encryption using AES-GCM.
pip install .file-encryptor generate-key --name mykey
file-encryptor encrypt data.txt --key mykey
file-encryptor decrypt data.txt.enc --key mykey