Skip to main content

ATENIGMA is a versatile CLI utility that offers basic file encryption and decryption functionalities. This tool leverages the `cryptography` Python library to provide a user-friendly way to secure your files through AES encryption. With ATENIGMA, you can encrypt files with your custom password, adding an extra layer of protection to your sensitive data.

Project description

ATENIGMA

Introduction

ATENIGMA is a versatile CLI utility that offers basic file encryption and decryption functionalities. This tool leverages the cryptography Python library to provide a user-friendly way to secure your files through AES encryption. With ATENIGMA, you can encrypt files with your custom password, adding an extra layer of protection to your sensitive data.

Installation

To install ATENIGMA, follow these steps:

Clone the Repository: Clone the ATENIGMA repository from GitHub using the following command:

git clone https://github.com/yourusername/atenigma.git

Navigate to the Directory: Enter the cloned repository directory

cd atenigma

Install Dependencies: Install the required dependencies using pip:

pip install -r requirements.txt

Usage/Examples

ATENIGMA supports the following command-line options:

  • --file: Path to the file to be processed (required).
  • --key: The password for encryption/decryption (required).
  • --encrypt: Flag to encrypt the file or data.
  • --decrypt: Flag to decrypt the file or data.
  • --showbanner: Display the tool's banner.
  • --exten: File extension for encrypted/decrypted files (default is .enc).

Encryption

To encrypt a file, use the --encrypt flag:

python main.py --file <path_to_file> --key <your_password> --encrypt

The encrypted file will be saved with the .enc extension

Decryption

To decrypt an encrypted file, use the --decrypt flag:

python main.py --file <path_to_encrypted_file> --key <your_password> --decrypt --exten .txt

The decrypted file will be saved with the extension specified by the --exten flag (default is .enc).

Show Banner

You can display the tool's banner using the --showbanner flag

python main.py --showbanner

Modules Used

  • cryptography: A library for secure cryptography and encryption.
  • argparse: A library for parsing command-line arguments.
  • base64: A library for encoding and decoding binary data using base64 encoding.
  • os: A library for interacting with the operating system, used for file operations.
  • secrets: A library for generating cryptographically secure random numbers and strings.
  • colored: A library for adding colors to terminal text output.

Contributing

ATENIGMA is an open-source project, and contributions are welcome. Feel free to fork the repository, make improvements, and create a PR

License

ATENIGMA is released under the MIT License. See the LICENSE file for more details. MIT License

GPLv3 License

AGPL License

Contact

For any inquiries or feedback, please reach out to the author, Prasaanth, via email: prasaanth2k@gmail.com

Author

My mentor Grand wizard of technology @Sibidharan

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ATENIGMA-0.0.2.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

ATENIGMA-0.0.2-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file ATENIGMA-0.0.2.tar.gz.

File metadata

  • Download URL: ATENIGMA-0.0.2.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for ATENIGMA-0.0.2.tar.gz
Algorithm Hash digest
SHA256 b689a01e9b05f91137c6c619afb689a49363f943dddda2898926fffda1f85684
MD5 4848aa12ba340549a208a8196ac1d770
BLAKE2b-256 1812480f23eb3adc4045c56b473b53b5716bd83adbc4d1931fdbe1d5f6b49bbb

See more details on using hashes here.

File details

Details for the file ATENIGMA-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: ATENIGMA-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for ATENIGMA-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7b254a22949bbec7d98bc20c0cb10d8d8afff41d4975a295416982df4f13fc88
MD5 8e54689a9a2d5dbc442b506df760f59e
BLAKE2b-256 2ccd3a4b42c637ba06682163bdc9f271d8a5198de84a1ae5461f95114c4cbb89

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page