Contents

asn1crypto 1.5.1

0

Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL,

Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP

Stars: 315, Watchers: 315, Forks: 139, Open Issues: 50

The wbond/asn1crypto repo was created 8 years ago and the last code push was 2 weeks ago.
The project is popular with 315 github stars!

How to Install asn1crypto

You can install asn1crypto using pip

pip install asn1crypto

or add it to a project with poetry

poetry add asn1crypto

Package Details

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

Classifiers

  • Security/Cryptography
No  asn1crypto  pypi packages just yet.

Errors

A list of common asn1crypto errors.

Code Examples

Here are some asn1crypto code examples and snippets.

GitHub Issues

The asn1crypto package has 50 open issues on GitHub

  • Wrong encoding for EncryptedContentInfo.encrypted_content field
  • Update code in documentation
  • Correct tagging in cms.AttCertIssuer

See more issues on GitHub

Related Packages & Articles

oscrypto 1.3.0

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.

cryptography 42.0.5

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

ecdsa 0.18.0

ECDSA cryptographic signature library (pure python)