2 dépôts
Integrates ASN.1 encoding and decoding APIs into cryptographic libraries for structured data handling.
Distinct from API Integrations: Distinct from API Integrations: focuses specifically on ASN.1 cryptographic encoding/decoding, not general service integration.
Explore 2 awesome GitHub repositories matching networking & communication · ASN.1 Cryptographic Integrations. Refine with filters or upvote what's useful.
Integrates an ASN.1 API into a cryptographic library for encoding and decoding structured data.
phpseclib is a pure-PHP cryptographic library that provides a comprehensive suite of cryptographic operations entirely without requiring compiled C extensions. At its core, it implements arbitrary-precision integer arithmetic for big-number math, ASN.1 DER encoding and decoding for working with cryptographic data structures, and a full set of pure-PHP cryptographic primitives. The library is designed to operate on PHP 5.6 and above, automatically detecting and using native extensions like GMP or BCMath when available, but falling back to its own pure-PHP implementations when they are not. The
Provides a pure-PHP ASN.1 parser and encoder for working with cryptographic data structures like certificates and keys.