Contents

oscrypto 1.3.0

0

TLS (SSL) sockets, key generation, encryption, decryption, signing, verification and KDFs using the

TLS (SSL) sockets, key generation, encryption, decryption, signing, verification and KDFs using the OS crypto libraries. Does not require a compiler, and relies on the OS for patching. Works on Windows, OS X and Linux/BSD.

Stars: 334, Watchers: 334, Forks: 79, Open Issues: 25

The wbond/oscrypto repo was created 10 years ago and the last code push was 2 years ago.
The project is popular with 334 github stars!

How to Install oscrypto

You can install oscrypto using pip

pip install oscrypto

or add it to a project with poetry

poetry add oscrypto

Package Details

Author
wbond
License
MIT
Homepage
https://github.com/wbond/oscrypto
PyPi:
https://pypi.org/project/oscrypto/
GitHub Repo:
https://github.com/wbond/oscrypto

Classifiers

  • Security/Cryptography
No  oscrypto  pypi packages just yet.

Errors

A list of common oscrypto errors.

Code Examples

Here are some oscrypto code examples and snippets.

GitHub Issues

The oscrypto package has 25 open issues on GitHub

  • Openssl version not detected in current oscrypto version (pypi)

See more issues on GitHub

Related Packages & Articles

ecdsa 0.19.1

ECDSA cryptographic signature library (pure python)

cryptography 46.0.5

cryptography is a package which provides cryptographic recipes and primitives to Python developers.