비밀번호 암호화
by 코딩초보 신성민 2020. 10. 17. 10:43
$loginPw = $_POST ['loginPw']
$loginPw_hash = hash("sha256", $loginPw);