ras2023 / phpcmslib
PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.
Installs: 599
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ras2023/phpcmslib
Requires
- php: >=5.0.0
Requires (Dev)
- phing/phing: ~2.7
- phpunit/phpunit: ~4.0
- sami/sami: ~2.0
- squizlabs/php_codesniffer: ~2.0
Suggests
- ext-gmp: Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.
- ext-mcrypt: Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.
- pear-pear/PHP_Compat: Install PHP_Compat to get phpseclib working on PHP < 5.0.0.
This package is not auto-updated.
Last update: 2025-10-29 01:24:04 UTC
README
This is a fork of phpseclib with changes specific for creating and validating CMS / PKCS7 messages with both regular signatures and CAdBES compliant signatures.
CAdES / CMS support was made possible by a donation from GLOBO (globogis.it)
I intend to incorporate this into phpseclib at some point in the future but right now my phpseclib priorities are elsewhere. I can re-arrange my priorities for a price - $100 / hr. That's how much support requests or new feature requests will cost. Send an email to terrafrost@php.net if this is something you're interested in. Otherwise, hopefully you'll find this easy to use.
A few examples live in the demo/ directory.