php encryption security | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

php encryption security

Hi guys. How to create custom or personal encryption function then call it when user enter password during signup and login.

27th Aug 2016, 8:09 PM
john chagaz
john chagaz - avatar
3 Answers
+ 2
use $_POST to send data to your web page and use hash to create password there are many way to create hash or encrypted password. Examples like md5();,sha1();, password_hash(); last one is the safest no one can decode even password is weak. try to use alphanumeric password that is hard to decode.
10th Sep 2016, 12:10 PM
Aditya kumar pandey
Aditya kumar pandey - avatar
29th Aug 2016, 12:43 PM
Diana Pencheva
0
use the $-POST
16th Sep 2016, 11:03 AM
Daniel kabeya kakona
Daniel kabeya kakona - avatar