Skip to main content

AESY multi-layer encryption algorithm

Project description

Advanced Encryption System

This project provides an encryption system that allows users to encrypt and decrypt messages using AES and Blowfish encryption algorithms, along with additional transformations like Caesar cipher and character replacements.

The system also supports saving and reading encrypted messages to and from .aesy files, where both the encrypted message and the password are securely stored.

Features

  • AES and Blowfish encryption
  • Caesar cipher (for additional obfuscation)
  • Character transformation (converts numbers into # symbols)
  • Saves encrypted messages and passwords in .aesy files
  • Supports both encryption and decryption using simple function calls

Example usage:

Create AESY encryption object with predefined password (no input allowed)

aes = AESY()

Encrypt the message

encrypted_message = aes.encrypt("Secret 123 Message!")

Print the encrypted message with seed

print(f"Encrypted message with seed: {encrypted_message}")

Decrypt the message

decrypted_message = aes.decrypt(encrypted_message) print(f"Decrypted message: {decrypted_message}")

Requirements

  • Python 3.x
  • pycryptodome (for AES and Blowfish encryption)

Installation

To install the required dependencies, use:

pip install pycryptodome

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

aesy-1.0.2.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aesy-1.0.2-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

Details for the file aesy-1.0.2.tar.gz.

File metadata

  • Download URL: aesy-1.0.2.tar.gz
  • Upload date:
  • Size: 14.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for aesy-1.0.2.tar.gz
Algorithm Hash digest
SHA256 d70597f0ec940d3bb8aa1d21a2c6750436e8f667d255d4067909b4f51198ba6d
MD5 68c253d2da9e4c1ff2b613155491c97d
BLAKE2b-256 cdb1a72d1c0376a3f6a6ba78f520d96f672ab435a7fff77ef17ad43d1808b418

See more details on using hashes here.

File details

Details for the file aesy-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: aesy-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 14.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for aesy-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4f049ba050ff41ee0550e37acd8186ad50b1faaa5d6df56dc03c4f5501ab1063
MD5 a144c58f67d21962b51d3c32aaa1982d
BLAKE2b-256 2c636398575473ead7b8ff49f9ad6e12b8de38e91dcfd3b2a91eda5f813d2039

See more details on using hashes here.

Supported by

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