Re: [Python-Dev] AES cipher implementation in standard library

2018-09-05 Thread
Sorry, allow me to ask one more thing. If I want to use AES in zipfile module, what the good way to implement? Thanks and Regards, - Takahiro Ono 2018年9月5日(水) 23:01 大野隆弘 : > Christian, really appreciated the details. I understood. > > Is wrapper library like ssl mo

Re: [Python-Dev] AES cipher implementation in standard library

2018-09-05 Thread
s and Regards, Takahiro Ono 2018年9月5日(水) 1:48 Christian Heimes : > On 2018-09-04 16:37, 大野隆弘 wrote: > > Dear all, > > > > Have we tried cipher implementation includes AES as a standard library > > in the past? > > https://docs.python.org/3.6/library/crypto.htm

[Python-Dev] AES cipher implementation in standard library

2018-09-04 Thread
Dear all, Have we tried cipher implementation includes AES as a standard library in the past? https://docs.python.org/3.6/library/crypto.html if possible I want to try to implement AES because famous 3rd party library is not maintained and general cipher programs should be used for multiple purpo

[Python-Dev] Cipher implementation (such as AES) in standard library

2018-09-04 Thread
Dear all, Have we tried cipher implementation includes AES as a standard library in the past? https://docs.python.org/3.6/library/crypto.html if possible I want to try to implement AES because famous 3rd party library is not maintained and general cipher programs should be used for multiple purpo