Can anybody help(or point to some examples) about how to encrypt files with python? I have to use following parameters to encrypt file:
block size=8 iv=qwertyui1
Use pycrypto - note that implmenting crypto properly, even using a library for the hard parts, is tricky. If security matters get expert help.