Skip to main content

Çok katmanlı bir şifreleme algoritması

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.0.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.0-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aesy-1.0.0.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.0.tar.gz
Algorithm Hash digest
SHA256 e17ec0e0ac47dd73173c35920276ed0e2151caefc29ba100493227c1a60b92b7
MD5 1554dddc204e078f0e25c951723bfcd7
BLAKE2b-256 20c0517e46478b550539e133731e940be05e4e99550a124feef1d15a5b1f156e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aesy-1.0.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d4405c01e1e64e30a3c471ecfec1c12765d1a27664631b8b4cd03be486ec072d
MD5 0b452e25e66b2336bcef870f75b89b1a
BLAKE2b-256 63c80916a34ecd326924ccead17ab1127c28d2ee264cd1dd68ffbcf6cf47c7b1

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