darkwebdesign / public-key-cryptography-bundle
Public Key Cryptography Bundle
Installs: 24 440
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 5
Requires
- php: >=7.2.5
- symfony/http-foundation: ^5.0
- symfony/http-kernel: ^5.0
- symfony/process: ^5.0
Requires (Dev)
- phpunit/phpunit: ^8.5
README
Public Key Cryptography Bundle is a collection of public/private key cryptography components that you can use in your Symfony applications.
Learn more about it in its documentation.
Features
Creation
- Creates keystore from public/private keys.
- Creates PEM from public/private keys.
Extraction
- Extracts public/private keys from keystore/PEM.
- Extracts PEM from keystore and vice versa.
Analysis
- Checks format (PEM/DER) of public/private keys
- Checks subject, issuer, notBefore and notAfter properties from keystore/PEM/public key.
- Checks whether keystore/PEM/private key contains a passphrase.
Conversion
- Converts public/private key format (PEM/DER).
Pass phrase management
- Adds/removes passphrase from PEM/private key.
- Changes passphrase of keystore/PEM/private key.
Dependencies
openssl
shell command
License
Public Key Cryptography Bundle is licensed under the MIT License - see the LICENSE
file for details.