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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyaes256_encrypter-1.0.7.tar.gz.
File metadata
- Download URL: pyaes256_encrypter-1.0.7.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.10 Linux/5.4.0-117-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a3e52f6aa268fd7303fc3bc0e450ebea7e62485f72a1a2dfff5d9279faf3bc7
|
|
| MD5 |
d5d7cae2942aac17b07ccbd363cacc28
|
|
| BLAKE2b-256 |
1d74bccc6daba93d1e1b3409cfb4fbb6c892d9415c1fc7e6599952ed1d5a10ee
|
File details
Details for the file pyaes256_encrypter-1.0.7-py3-none-any.whl.
File metadata
- Download URL: pyaes256_encrypter-1.0.7-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.10 Linux/5.4.0-117-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
150e855dcad9e2dea7d76b6b9441f6588b01a129229b6dc96a63af224292aa51
|
|
| MD5 |
3099898494e2d452756fb98fe374ddbe
|
|
| BLAKE2b-256 |
3e283e03c5fabcd04f5eb74a69ae716fdfad4a9a579527aac3b5d38e1d78d098
|