New submission from Decorater:

So, I have Python Code that would be nice if the interpreter had a built in 
Crypto++ support. I am Suggesting for 3.6 to Add in this as it would be helpful 
for any Python Developer to do something like:

import cryptopp

And then doing the functiosn that Crpyto++ Provides for some needed and good 
Encryption Techniques that zlib lacks and hey the cool stuff is that Crypto++ 
Can be used after zlib is used so it can be beneficial to many people as it can 
save soem file sizes.

Also Crypto++ Seems to have some things that zlib has as well like Deflate, 
Adler32, CRC, etc. So that makes zlib not be the only thing to compute 
checksums.

Useful Links:
http://www.cryptopp.com/
https://github.com/weidai11/cryptopp
Hopefully something like this could be possible but I do not see why not as it 
was done for zlib. I have no idea if crypto++ is windows only though but it is 
worth a test to find out.

----------
components: Extension Modules, Library (Lib)
messages: 273830
nosy: Decorater
priority: normal
severity: normal
status: open
title: Add a Crypto++ Wrapper for when Someone needs to use Crypto++ things 
outside of C++, e.g. in Python Code
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue27885>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to