sha256 > DB/SQLite

본문 바로가기

사이트 내 전체검색

DB/SQLite

sha256

작성일 20-06-30 00:56

페이지 정보

작성자sbLAB 조회 15,521회 댓글 0건

본문

-MYSQL-

SELECT SHA2('1', 256); 

=> 6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b


-PHP- 

<?php 

$pass = '1';

echo hash('sha256', $pass);

?>

==> 6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b

댓글목록

등록된 댓글이 없습니다.

Copyright © 소유하신 도메인. All rights reserved.
PC 버전으로 보기