Skip to main content

A package to simplify the use of AES-256 encryption with random initialization vector.

Project description

pyaes256_encrypter

A package to simplify the use of AES-256 encryption with random initialization vector.

Install

pip install pyaes256-encrypter

Usage

from pyaes256_encrypter import encode_text, decode_text

# text to be encrypted
text = 'hello world'
# encryption key
key = 'key'


# 'RANDOM ENCODED e.g. Dx3dCTUSXzzM8wn1L/+NHVbyaDxZFpdqe+SN2NVZgfE=
encoded = encode_text(text, key)
# 'hello world'
decoded = decode_text(encoded, key)

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

pyaes256_encrypter-1.0.5.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

pyaes256_encrypter-1.0.5-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

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