sop / crypto-util
A PHP library of various utilities for cryptographic applications.
Installs: 2 752
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.6.3
- ext-openssl: *
- sop/asn1: ^2.0.0
README
This library is deprecated and has been split to multiple packages:
- crypto-encoding for PEM encoding/decoding
- crypto-types for various ASN.1 types
- crypto-bridge for signature and encryption support
- pkcs5 for password-based cryptography
- pkcs8 for encrypted private-key
Please see the final release for legacy support.