python: how to encrypt a file?

后端 未结 3 787
梦如初夏
梦如初夏 2021-01-21 06:55

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         


        
3条回答
  •  天涯浪人
    2021-01-21 07:25

    You will need to use the Python Crypto Toolkit

    IV is the Initialisation Vector.

提交回复
热议问题