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.1.tar.gz (14.3 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.1-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aesy-1.0.1.tar.gz
  • Upload date:
  • Size: 14.3 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.1.tar.gz
Algorithm Hash digest
SHA256 254a3b7a7fa57357a056a27d553dea8121f9c22ab20806501bc1bd3c5ea483a8
MD5 1297fd40124fb75c73f21faae90b6389
BLAKE2b-256 d6946508a618c77c8391c340a3d722e76b2f3f5c8dee58706757a76d6d57a358

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aesy-1.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 478a2d17b66290ecd87f067fecdf4c1429112b22d437d12a46949735ca61b0f1
MD5 25bffaf7225dfd962f9f6edaa16081bd
BLAKE2b-256 fff80cec99aa872d3f28e61714c7b24402f845f188b731597482bdba3d41ad5e

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