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: 320, Watchers: 320, Forks: 64, Open Issues: 19

The wbond/oscrypto repo was created 8 years ago and the last code push was 7 months ago.
The project is popular with 320 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 19 open issues on GitHub

  • Presence of libssl3 causes issues.

See more issues on GitHub

Related Packages & Articles

ecdsa 0.18.0

ECDSA cryptographic signature library (pure python)

cryptography 42.0.5

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