InterviewSolution
Saved Bookmarks
| 1. |
Can You Encrypt Your Password In Php And How To Do It ? |
|
Answer» YES, you can encrypt PASSWORDS and all kinds of DATA in PHP using md5() or SHA() FUNCTIONS. Yes, you can encrypt passwords and all kinds of data in PHP using md5() or sha() functions. |
|