Best way to encode passwords in PHP

前端 未结 8 1668
死守一世寂寞
死守一世寂寞 2020-12-07 23:51

I currently use,
base64_encode() to encode a user\'s password, this works well because it allows me to simply use base64decode() to dec

8条回答
提交回复
热议问题