Explain which cryptographic extension provide generation and verification of digital signatures?



Explain which cryptographic extension provide generation and verification of digital signatures?..

Answer / Kuljeet Singh

In PHP, the OpenSSL extension provides functions for generating and verifying digital signatures. The most commonly used functions are openssl_sign() and openssl_verify(), respectively.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How to restrict the number of users login ? For ex:- if the allowed login is 10, for 11th user, the application should restrict them from login.

1 Answers  


A process can run only in the background. State Whether True or False?

1 Answers  


how php works with oracle?

1 Answers  


Explain what does the unset() function means?

1 Answers  


What is the difference between $argv and $argc? Give example?

1 Answers  


How many records can be stored in mysql table?

1 Answers  


How to insert an new array element in array?

1 Answers  


How many Types of COmments are there in PHP and what are they?

4 Answers  


What are the differences between include() and include_once () functions?

12 Answers  


How to access a global variable inside a function?

1 Answers  


Why triggers are used in mysql?

1 Answers  


What is difference between required and include in php?

1 Answers  


Categories