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.
- Creates keystore from public/private keys.
- Creates PEM from public/private keys.
- Extracts public/private keys from keystore/PEM.
- Extracts PEM from keystore and vice versa.
- 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.
- Converts public/private key format (PEM/DER).
- Adds/removes passphrase from PEM/private key.
- Changes passphrase of keystore/PEM/private key.
openssl
shell command
Public Key Cryptography Bundle is licensed under the MIT License - see the LICENSE
file for details.