Pythonista-Issues icon indicating copy to clipboard operation
Pythonista-Issues copied to clipboard

Cryptography support

Open scj643 opened this issue 9 years ago • 7 comments
trafficstars

Support for cryptography would be nice so we can work with higher level encryption methods that are easier to use and secure unlike Crypto which is only low level. Also this gives us the ability to use PyOpenSSL for working with certificates.

scj643 avatar Jun 21 '16 23:06 scj643

Also with cryptography it compiles with the current OpenSSL source that you provide

scj643 avatar Jun 21 '16 23:06 scj643

The new version of paramiko uses it http://www.paramiko.org

scj643 avatar Jul 19 '16 13:07 scj643

https://github.com/kivy/kivy-ios/tree/recipe-setuptools-cryptography this might be a source of intrest

scj643 avatar Mar 17 '17 11:03 scj643

any idea if we can ever see this added? Maybe libs use it rather then pycrypto..... And its driving me nuts.. I don't like pycrypto's way of being low level.

wgaylord avatar Apr 09 '17 22:04 wgaylord

Another reason for this is to allow more simplified ways to use oauth

scj643 avatar Sep 18 '17 14:09 scj643

Twisted also bases all of its cryptography on this, including Conch (the SSH client) and its built in TLS support (based on pyOpenSSL). I'd love to have this in my own Pythonista install :).

glyph avatar Apr 07 '19 03:04 glyph

(PyCrypto, which is available on Pythonista, is inactive, unmaintained, and generally recognized among security professionals as less safe. It would really be nice for pythonista to upgrade.)

glyph avatar Apr 22 '19 05:04 glyph