Answer Posted / dinesh g
Can use CRIPT(), MD5(), SHA1(), SHA2xx() algorithms but
SHA2XX() algorithm is advisable since MD5 & SHA1 cause
security issue.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is abstract class in php?
What is difference between base_url and site_url?
Explain the difference between urlencode and urldecode?
What is PHP? Who is the father or inventor of PHP?
What is polymorphism in php?
What is the use of print_r function in php?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
How many open modes available when a file open in PHP?
Suppose your zend engine supports the mode ?> Then how can you configure your php zend engine to support Mode ?
How to find the index of an element in an array php?
How can we change the value of a constant?
what is CURL?
Explain array_uintersect()?
How to concatenate two strings in php?
How to set a value in session? How to remove data from a session?