Skip to main content

Encrypt and decrypt files in AES Crypt format (version 2)

Project description

About pyAesCrypt

pyAesCrypt is a Python 3 file-encryption script that uses AES256-CBC to encrypt/decrypt files.

pyAesCrypt is compatible with the AES Crypt file format (version 2).

The script is Free Software, released under the Apache License, Version 2.0.

pyAesCrypt is brought to you by Marco Bellaccini - marco.bellaccini(at!)gmail.com.

IMPORTANT SECURITY NOTE: version 2 of the AES Crypt file format does not authenticate the “file size modulo 16” byte. This implies that an attacker with write access to the encrypted file may alter the corresponding plaintext file size by up to 15 bytes.

NOTE: there is no low-level memory management in Python, hence it is not possible to wipe memory areas were sensitive information was stored.

Usage examples

Encrypt file test.txt in test.txt.aes:

pyAesCrypt -e test.txt

Decrypt file test.txt.aes in test.txt:

pyAesCrypt -d test.txt.aes

Encrypt file test.txt in test2.txt.aes:

pyAesCrypt -e test.txt -o test2.txt.aes

Decrypt file test.txt.aes in test2.txt:

pyAesCrypt -d test.txt.aes -o test2.txt

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

pyAesCrypt-0.1.2.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyAesCrypt-0.1.2-py3.2.egg (5.5 kB view details)

Uploaded Egg

File details

Details for the file pyAesCrypt-0.1.2.tar.gz.

File metadata

  • Download URL: pyAesCrypt-0.1.2.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyAesCrypt-0.1.2.tar.gz
Algorithm Hash digest
SHA256 5074b091001bb4e228a6f1900da00e31f2eeff0451e4ba445e3d1519e9fb591f
MD5 da9bddb8e7600746b4f9692eefaec14c
BLAKE2b-256 4d7a9562241c88f00939f472b6c60e8a86015be4617ee41a3426fda00305bb91

See more details on using hashes here.

File details

Details for the file pyAesCrypt-0.1.2-py3.2.egg.

File metadata

File hashes

Hashes for pyAesCrypt-0.1.2-py3.2.egg
Algorithm Hash digest
SHA256 fb6ace3f57a6706d8d838d515f77ff19c86e092d0ef717e4519347deeeaf3021
MD5 e6c62047374a523d887ef67eec796609
BLAKE2b-256 d62688f8204252a8a6876a6b94d4eb6b75e3b2cfc64a90cbed8239aa82eb1e18

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