# Encrypt - SHA256(with salt) MessageDigest example code 스프링 부트로 작성해보는 MessageDigest 를 이용한 sha-256 암호화 (+ salt) example code # 참조 sha-256: http://wiki.hash.kr/index.php/SHA256#cite_note-8 SHA-256 SHA(Secure Hash Algorithm) 알고리즘의 한 종류로서 256비트로 구성되며 64자리 문자열을 반환한다. SHA-256은 미국의 국립표준기술연구소 (NIST; National Institute of Standards and Technology)에 의해 공표된 표준 해시 알고리즘인 SHA-2 계열 중 하나이며 블록체인에서 가장 많이 채택하여 사용..