File encyption with Python
Posted
by Pinkie
on Stack Overflow
See other posts from Stack Overflow
or by Pinkie
Published on 2010-05-30T13:14:24Z
Indexed on
2010/05/30
13:22 UTC
Read the original article
Hit count: 254
Is there a way to encrypt files (.zip, .doc, .exe, ... any type of file) with Python?
I've looked at a bunch of crypto libraries for Python including pycrypto and ezpycrypto but as far as I see they only offer string encryption.
© Stack Overflow or respective owner