tourze / tls-crypto-asymmetric
TLS非对称加密算法实现
0.0.1
2025-05-25 16:03 UTC
Requires
- php: ^8.1
- ext-hash: *
- ext-openssl: *
- ext-sodium: *
- paragonie/sodium_compat: ^2.0
- phpseclib/phpseclib: ^3.0.43
- tourze/tls-common: 0.0.*
Requires (Dev)
- maglnet/composer-require-checker: ^4
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2025-05-25 17:05:41 UTC
README
This package provides asymmetric cryptography implementations for the TLS protocol, including:
- RSA encryption and signatures
- ECDSA implementation
- EdDSA (Ed25519, Ed448) implementation
- DSA and traditional signature algorithms
- Key format handling (PKCS#1, PKCS#8, etc.)
Installation
composer require tourze/tls-crypto-asymmetric
Usage
Documentation coming soon.
License
MIT