Openssl_private_encrypt keys generated using the DSA algorithm cannot be encrypted

Source: Internet
Author: User
openssl_private_encrypt($originalData, $encryptData, $privateKey, OPENSSL_ALGO_DSS1)

Warning message:

Warning: openssl_private_encrypt(): key type not supported in this PHP build!

Key: *.pem

-----BEGIN DSA PRIVATE KEY-----密钥内容-----END DSA PRIVATE KEY-----

It seems that the key for this format is not supported for encryption, the key content is provided by the partner, and their development language is java.

I use the key content in RSA format and then use Openssl_private_encrypt encryption to be fine.
On the internet there is very little PHP DSA encryption related content, very headache ah.

Reply content:

openssl_private_encrypt($originalData, $encryptData, $privateKey, OPENSSL_ALGO_DSS1)

Warning message:

Warning: openssl_private_encrypt(): key type not supported in this PHP build!

Key: *.pem

-----BEGIN DSA PRIVATE KEY-----密钥内容-----END DSA PRIVATE KEY-----

It seems that the key for this format is not supported for encryption, the key content is provided by the partner, and their development language is java.

I use the key content in RSA format and then use Openssl_private_encrypt encryption to be fine.
On the internet there is very little PHP DSA encryption related content, very headache ah.

Privatekey read it right?

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.