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 module with open

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

2018-09-05 Thread 大野隆弘
Christian, really appreciated the details. I understood. Is wrapper library like ssl module with openssl on platform also not good idea? My intention is not re-invention but single standard way as standard library. If I can read past discussion somewhere, it's also appreciated Thanks and Regard

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

2018-09-05 Thread Christian Heimes
On 2018-09-05 16:01, 大野隆弘 wrote: > Christian,  really appreciated the details. I understood. > > Is wrapper library like ssl module with openssl on platform also not > good idea? > My intention is not re-invention but single standard way as standard > library. > > If I can read past discussion so

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

2018-09-04 Thread 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.html > > if possible I want to try to implement AES because famous 3rd party > library is not maintained and general

[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