How can we encrypt the username and password using PHP?
Answer Posted / preeti sahni
Using AES_encrypt
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How can you create a session in php?
Is php an oop?
Is php open source?
How to check whether a number is prime or not?
What is php routing?
Which function would you use to merge two arrays in php?
Which parts of php are case sensitive?
What is artisan in php?
Tell me what are the __construct() and __destruct() methods in a php class?
Why is php used for web development?
What is polymorphism in php?
Where session is stored?
Tell me will a comparison of an integer 12 and a string "13" work in php?
How to support multiple-page forms?
Can constructor be private in php?