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 |
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.
A process can run only in the background. State Whether True or False?
how php works with oracle?
Explain what does the unset() function means?
What is the difference between $argv and $argc? Give example?
How many records can be stored in mysql table?
How to insert an new array element in array?
How many Types of COmments are there in PHP and what are they?
What are the differences between include() and include_once () functions?
How to access a global variable inside a function?
Why triggers are used in mysql?
What is difference between required and include in php?