Skip to main content

An ultra-lightweight library to securely encrypt any file with AES.

Project description

aespy is an ultra-lightweight, pure-python library for doing AES encryption. It draws heavily on the popular crypto library, simplifying AES encryption and decryption of files to a single function each.

Usage

Simple usage follows this pattern:

import aespy
encrypt_me = "my_transcript.pdf"
output_file = easy-aes.encrypt_file(encrypt_me)

output_file is a string with the new file name.

WARNING: IF YOU FORGET YOUR PASSWORD AND DELETE THE ORIGINAL DATA, YOUR FILE WILL NOT BE ABLE TO BE RETRIEVED!

import aespy
encrypted_file = "my_encrypted_filename.aes"
binary_data = easy-aes.decrypt_file(encrypted_file)
with open('my_new_file.aaa','wb') as new_file:
  new_file.write(decrypted_data)

decrypt_file returns a Python object containing the now-decrypted data.

Installation

aespy works Python 3.3+. To install it, use:

$ pip install aespy

0.1

Released on September 10, 2016

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

aespy-0.131.zip (2.7 kB view details)

Uploaded Source

File details

Details for the file aespy-0.131.zip.

File metadata

  • Download URL: aespy-0.131.zip
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for aespy-0.131.zip
Algorithm Hash digest
SHA256 e462d269677aa8f10a75cdaa1003a7e129188c604ad2bf19d2e5b439ce5478cc
MD5 ecc0ace4cb2bf57e0d9e5858eb6b80cf
BLAKE2b-256 6e6d7dbe4e64c2ac4b3fa1fe0d371a16cf0b9b8fa9ab19683d23f1fbdaf383bc

See more details on using hashes here.

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