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

PIP

pip install ATENIGMA ATENIGMA

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.1.4.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

ATENIGMA-0.1.4-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ATENIGMA-0.1.4.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.1.4.tar.gz
Algorithm Hash digest
SHA256 b5570c6437d34519825d8551281b123d27ab227e93dd7dbdebf3f08e0bc7e02d
MD5 ad7f3eb8599e4b645330232fa8d540b5
BLAKE2b-256 14376a3e5d1751508f851ff66ab9a81f4d05400f6dfe27900541d9b68ba629a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ATENIGMA-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 5.5 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.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e9d706e8bd1a39476de8c62e834376bdf1c793f559250b95eca1f22f493b94c5
MD5 2b7b2c161cbd1fdd3b8bc5372994a5ba
BLAKE2b-256 069556fbd10648b8c8a44d4d57b96213efb0495bb5230f5e962c28ce9e80eda7

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