[Python-Dev] AES cipher implementation in standard library (original) (raw)
大野隆弘 oono0114 at gmail.com
Tue Sep 4 10:37:23 EDT 2018
- Previous message (by thread): [Python-Dev] pyOpengl text render
- Next message (by thread): [Python-Dev] AES cipher implementation in standard library
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 purpose.Though the implementation is tough, I believe this should be worth to it. In my case, I want to use AES implementation for zipfile module.
Thanks and Regards,
Takahiro Ono -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20180904/04e442d5/attachment.html>
- Previous message (by thread): [Python-Dev] pyOpengl text render
- Next message (by thread): [Python-Dev] AES cipher implementation in standard library
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]