Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/364.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Pycrypto-AES块_Python_Encryption_Stream_Aes_Pycrypto - Fatal编程技术网

Python Pycrypto-AES块

Python Pycrypto-AES块,python,encryption,stream,aes,pycrypto,Python,Encryption,Stream,Aes,Pycrypto,Tarfile提供了几种模式,例如r |,用于读写块流。该过程完全在tarfile.open()中完成。pycrypto AES是否提供类似的功能 我使用的实现与前面描述的类似。pad和unpad函数以及IV的要求使得流的使用更加复杂

Tarfile提供了几种模式,例如
r |
,用于读写块流。该过程完全在
tarfile.open()中完成。pycrypto AES是否提供类似的功能

我使用的实现与前面描述的类似。pad和unpad函数以及IV的要求使得流的使用更加复杂