pyAesCrypt

Discussion related to AES Crypt, the file encryption software for Windows, Linux, Mac, and Java.
Post Reply
m.bellaccini
Posts: 3
Joined: Sun Jan 03, 2016 12:58 pm

pyAesCrypt

Post by m.bellaccini »

Hi all!
For anyone that may be interested, I wrote a Python 3 script that encrypts/decrypts files in AES Crypt file format (version 2 only) using pycrypto cryptographic primitives.
Here is the pypi page:
https://pypi.python.org/pypi/pyAesCrypt
You can get it through pip with:
sudo pip3 install pyAesCrypt
or directly download it from the above link...

Cheers

Marco Bellaccini
m.bellaccini
Posts: 3
Joined: Sun Jan 03, 2016 12:58 pm

Re: pyAesCrypt

Post by m.bellaccini »

Hi all!
A new, improved, pyAesCrypt release is out!
https://pypi.python.org/pypi/pyAesCrypt
https://github.com/marcobellaccini/pyAesCrypt
New in this release (v0.2):
  • Modularized pyAesCrypt (and now the script calls the module for operations)
  • Improved decryption speed (patch by Ben Fisher)
  • Improved encryption speed too
  • Unittests
  • Travis-CI integration
Cheers

Marco
m.bellaccini
Posts: 3
Joined: Sun Jan 03, 2016 12:58 pm

Re: pyAesCrypt

Post by m.bellaccini »

Hi!
pyAesCrypt 0.3 is out!
https://pypi.python.org/pypi/pyAesCrypt
https://github.com/marcobellaccini/pyAesCrypt
Now it relies on PyCA Cryptography instead of pycrypto for crypto primitives.

Have a nice summer!

Marco
Post Reply