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.4.tar.gz (16.1 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.4-py3-none-any.whl (16.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aesy-1.0.4.tar.gz
  • Upload date:
  • Size: 16.1 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.4.tar.gz
Algorithm Hash digest
SHA256 c5cc6df39ba3cb66ba4f30915fd0aed5f145bc5818e005c48f7f295add7d9555
MD5 53c6d357d54caabc69c9cb4108a3c3fc
BLAKE2b-256 47ed793ae5245e36515084b395a99b98e335bbc2b28e6a0fdd7c793de3f8c005

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aesy-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 16.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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 7e6270bff97bcfb0a587f4fd4c4f7a2533dcae15482a9b1145b93e38fd888205
MD5 b9c4457b1b30abb6a5129caf699b288a
BLAKE2b-256 65a04644b4a3fb02c438ca7b7b0541ec3415057ecb9eadd7d6a5abf6000599ab

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