oscrypto 1.3.0
0
TLS (SSL) sockets, key generation, encryption, decryption, signing, verification and KDFs using the
Contents
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: 318, Watchers: 318, Forks: 71, Open Issues: 23The wbond/oscrypto
repo was created 9 years ago and the last code push was 1 years ago.
The project is popular with 318 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
Related Packages
Errors
A list of common oscrypto errors.
Code Examples
Here are some oscrypto
code examples and snippets.
GitHub Issues
The oscrypto package has 23 open issues on GitHub
- Presence of libssl3 causes issues.