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.1.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.1-py3.2.egg (5.5 kB view details)

Uploaded Egg

File details

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

File metadata

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

File hashes

Hashes for pyAesCrypt-0.1.1.tar.gz
Algorithm Hash digest
SHA256 05ed7350137e4f34c772d195351596382e737b4fdd9c1da7232ccbed8144456b
MD5 a9bfae78ae0f5616358cb32316e8f4dd
BLAKE2b-256 e19008cf3944df3d9510b4d0561a9e1a72086c495dd31a297e6b2a637e0d7e04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyAesCrypt-0.1.1-py3.2.egg
Algorithm Hash digest
SHA256 8de667bc8762318a283f93cfa709593f82121228f4d851d305eec221964c883e
MD5 c508a105687c87dcb51f363d18bf1a54
BLAKE2b-256 2171f977c58710455cf2bdfbb6326a68c2d3b2add6cdd54d2bbd24ac9c36d2b8

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