|
INTERVIEW QUESTIONS
PROGRAMMING LANGUAGES
PHP
DETAILS
Question: What are the encryption techniques in PHP?
Answer: MD5 PHP implements the MD5 hash algorithm using the md5 function, eg : $encrypted_text = md5 ($msg);
mcrypt_encrypt :- string mcrypt_encrypt ( string $cipher , string $key , string $data , string $mode [, string $iv ] ); Encrypts plaintext with given parameters
|
|
|
Category |
PHP Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 9627 users |
Added on |
8/27/2016 |
Views |
67929 |
Rate it! |
|
|
Question:
What are the encryption techniques in PHP?
Answer:
MD5 PHP implements the MD5 hash algorithm using the md5 function, eg : $encrypted_text = md5 ($msg);
mcrypt_encrypt :- string mcrypt_encrypt ( string $cipher , string $key , string $data , string $mode [, string $iv ] ); Encrypts plaintext with given parameters Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What htmlentities() does in PHP?
|
View Answer
|
|
How to delete a file from the system in PHP?
|
View Answer
|
|
How to get the value of Current Session Id in PHP?
|
View Answer
|
|
What are the different types of errors in PHP ?
|
View Answer
|
|
What is SQL Injection ?
|
View Answer
|
|
What is x+ mode in fopen() used for, in case of PHP?
|
View Answer
|
|
What is PEAR in case of PHP?
|
View Answer
|
|
Distinguish between urlencode and urldecode in PHP?
|
View Answer
|
|
What are different types of Runtime Errors in PHP?
|
View Answer
|
|
What are the different validators in ASP.NET?
|
View Answer
|
|
How to execute an sql query? How to fetch its result ?
|
View Answer
|
|
What is the difference between Session and Cookie?
|
View Answer
|
|
What are different types of Runtime Errors in PHP?
|
View Answer
|
|
Explain the "unlink" and "unset" functions.
|
View Answer
|
|
How can we encrypt the password using PHP?
|
View Answer
|
|
What does PEAR stands for?
|
View Answer
|
|
How can PHP and Javascript interact?
|
View Answer
|
|
What is the difference between mysql_fetch_object() and mysql_fetch_array()?
|
View Answer
|
|
How is the ternary conditional operator used in PHP?
|
View Answer
|
|
what is the difference between for and foreach?
|
View Answer
|